summaryrefslogtreecommitdiff
path: root/ltunify.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltunify.c')
-rw-r--r--ltunify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltunify.c b/ltunify.c
index ca19408..7c2b373 100644
--- a/ltunify.c
+++ b/ltunify.c
@@ -1067,6 +1067,7 @@ static int validate_args(int argc, char **argv, char ***argsp, char **hidraw_pat
struct option longopts[] = {
{ "device", 1, NULL, 'd' },
{ "help", 0, NULL, 'h' },
+ { 0, 0, 0, 0 },
};
*argsp = NULL;