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 6b31ba10..7314f313 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]; |