summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fb-helper.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb-helper.c.in b/fb-helper.c.in
index 2d92caa..6980b9b 100644
--- a/fb-helper.c.in
+++ b/fb-helper.c.in
@@ -162,7 +162,7 @@ int main(int argc, char *argv[])
int ret = 0;
- if(argc == 0)
+ if(argc == 1)
return 1;
mode = argv[1];