diff options
Diffstat (limited to 'src/rc/openrc-run.c')
-rw-r--r-- | src/rc/openrc-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c index 1958dbc8..7ef194c8 100644 --- a/src/rc/openrc-run.c +++ b/src/rc/openrc-run.c @@ -63,7 +63,7 @@ const char *applet = NULL; const char *extraopts = "stop | start | restart | describe | zap"; -const char *getoptstring = "dDsSvl:Z" getoptstring_COMMON; +const char getoptstring[] = "dDsSvl:Z" getoptstring_COMMON; const struct option longopts[] = { { "debug", 0, NULL, 'd'}, { "dry-run", 0, NULL, 'Z'}, |