diff options
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r-- | src/rc/runscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 6032c702..33065004 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1201,7 +1201,7 @@ runscript(int argc, char **argv) case 'Z': dry_run = true; break; - case_RC_COMMON_GETOPT; + case_RC_COMMON_GETOPT } /* If we're changing runlevels and not called by rc then we cannot |