aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux.c b/lux.c
index 25068fa..60bba25 100644
--- a/lux.c
+++ b/lux.c
@@ -47,7 +47,7 @@ main(int argc, char **argv)
{"max", no_argument, NULL, 'm'},
{"set", required_argument, NULL, 's'},
{"set-percent", required_argument, NULL, 'S'},
- {NULL, 0, NULL, 0}
+ {NULL, 0, NULL, 0 }
};
luxinit(&disp);