summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index 80740c8..c980a27 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -3118,7 +3118,7 @@ ClockParseFmtScnArgs(
) {
/* we accept "-now" as current date-time */
- const char *const nowOpts[] = {
+ static const char *const nowOpts[] = {
"-now", NULL
};
int idx;