diff options
Diffstat (limited to 'src/rc/rc-depend.c')
-rw-r--r-- | src/rc/rc-depend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c index 51c6a5e1..cfc65e7d 100644 --- a/src/rc/rc-depend.c +++ b/src/rc/rc-depend.c @@ -39,7 +39,7 @@ const char *applet = NULL; const char *extraopts = NULL; -const char *getoptstring = "aot:suTF:" getoptstring_COMMON; +const char getoptstring[] = "aot:suTF:" getoptstring_COMMON; const struct option longopts[] = { { "starting", 0, NULL, 'a'}, { "stopping", 0, NULL, 'o'}, |