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;