diff options
Diffstat (limited to 'src/rc/swclock.c')
-rw-r--r-- | src/rc/swclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/swclock.c b/src/rc/swclock.c index 8245f116..97e5d42a 100644 --- a/src/rc/swclock.c +++ b/src/rc/swclock.c @@ -38,7 +38,7 @@ const char *applet = NULL; const char *extraopts = "file"; -const char *getoptstring = "sw" getoptstring_COMMON; +const char getoptstring[] = "sw" getoptstring_COMMON; const struct option longopts[] = { { "save", 0, NULL, 's' }, { "warn", 0, NULL, 'w' }, |