aboutsummaryrefslogtreecommitdiff
path: root/src/rc/do_value.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/do_value.c')
-rw-r--r--src/rc/do_value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/do_value.c b/src/rc/do_value.c
index 2758b8e8..9ec5facf 100644
--- a/src/rc/do_value.c
+++ b/src/rc/do_value.c
@@ -43,7 +43,7 @@ int main(int argc, char **argv)
if (service == NULL)
eerrorx("%s: no service specified", applet);
- if (argc < 2 || ! argv[1] || *argv[1] == '\0')
+ if (argc < 2 || !argv[1] || *argv[1] == '\0')
eerrorx("%s: no option specified", applet);
if (strcmp(applet, "service_get_value") == 0 ||