diff options
Diffstat (limited to 'unpack/options.c')
-rw-r--r-- | unpack/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unpack/options.c b/unpack/options.c index b9d4744..cdd19e1 100644 --- a/unpack/options.c +++ b/unpack/options.c @@ -28,6 +28,7 @@ static struct option long_opts[] = { { "quiet", no_argument, NULL, 'q' }, { "help", no_argument, NULL, 'h' }, { "version", no_argument, NULL, 'V' }, + { NULL, 0, NULL, 0 }, }; static const char *short_opts = |