diff options
Diffstat (limited to 'src/rc/rc-status.c')
-rw-r--r-- | src/rc/rc-status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index f086887e..4e47a230 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -35,7 +35,7 @@ enum format_t { const char *applet = NULL; const char *extraopts = NULL; -const char *getoptstring = "acf:lmrsSu" getoptstring_COMMON; +const char getoptstring[] = "acf:lmrsSu" getoptstring_COMMON; const struct option longopts[] = { {"all", 0, NULL, 'a'}, {"crashed", 0, NULL, 'c'}, |