diff options
| author | das <das> | 2008-02-27 00:12:25 (GMT) |
|---|---|---|
| committer | das <das> | 2008-02-27 00:12:25 (GMT) |
| commit | 5f62810fc1fc0fbb2c3e94b28d8da7df49669670 (patch) | |
| tree | db2914d525f5a13d921620eea0643900c0f62654 /generic/tclClock.c | |
| parent | ce0c8420b916813fae8d6a6dc7356e7ed8cffa18 (diff) | |
| download | tcl-5f62810fc1fc0fbb2c3e94b28d8da7df49669670.zip tcl-5f62810fc1fc0fbb2c3e94b28d8da7df49669670.tar.gz tcl-5f62810fc1fc0fbb2c3e94b28d8da7df49669670.tar.bz2 | |
fix warning
Diffstat (limited to 'generic/tclClock.c')
| -rw-r--r-- | generic/tclClock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index dd006b4..af88334 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclClock.c,v 1.64 2008/02/06 01:13:07 kennykb Exp $ + * RCS: @(#) $Id: tclClock.c,v 1.65 2008/02/27 00:12:25 das Exp $ */ #include "tclInt.h" @@ -1830,7 +1830,7 @@ ClockParseformatargsObjCmd( /* Command line options expected */ - const static char* options[] = { + static const char* options[] = { "-format", "-gmt", "-locale", "-timezone", NULL }; enum optionInd { |
