From c1320be6a02548d913477b41e87c5227fa57b5b8 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 27 Feb 2008 00:12:25 +0000 Subject: fix warning --- generic/tclClock.c | 4 ++-- 1 file 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 { -- cgit v0.12