summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-02-27 00:12:24 (GMT)
committerdas <das@noemail.net>2008-02-27 00:12:24 (GMT)
commit7a32b33946d8e5a3669194fcdd5fca42e52a8cef (patch)
treedb2914d525f5a13d921620eea0643900c0f62654 /generic/tclClock.c
parentede289b256767ff32bfb8e9c1bf9c03c78a3b4ad (diff)
downloadtcl-7a32b33946d8e5a3669194fcdd5fca42e52a8cef.zip
tcl-7a32b33946d8e5a3669194fcdd5fca42e52a8cef.tar.gz
tcl-7a32b33946d8e5a3669194fcdd5fca42e52a8cef.tar.bz2
fix warning
FossilOrigin-Name: db1385187c208abe50e7550e3f0fea2f5cdfddea
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c4
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 {