summaryrefslogtreecommitdiff
path: root/src/rc/rc-update.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/rc-update.c')
-rw-r--r--src/rc/rc-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c
index 6b31ba1..7314f31 100644
--- a/src/rc/rc-update.c
+++ b/src/rc/rc-update.c
@@ -210,7 +210,7 @@ rc_update(int argc, char **argv)
runlevels = rc_stringlist_new();
if (optind >= argc) {
- if (! action & DOSHOW)
+ if (!(action & DOSHOW))
eerrorx("%s: no service specified", applet);
} else {
service = argv[optind];