diff options
Diffstat (limited to 'src/rc/rc-update.c')
-rw-r--r-- | src/rc/rc-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c index b0a73609..0363c669 100644 --- a/src/rc/rc-update.c +++ b/src/rc/rc-update.c @@ -36,7 +36,7 @@ const char *usagestring = "" \ "Usage: rc-update [options] add <service> [<runlevel>...]\n" \ " or: rc-update [options] del <service> [<runlevel>...]\n" \ " or: rc-update [options] [show [<runlevel>...]]"; -const char *getoptstring = "asu" getoptstring_COMMON; +const char getoptstring[] = "asu" getoptstring_COMMON; const struct option longopts[] = { { "all", 0, NULL, 'a' }, { "stack", 0, NULL, 's' }, |