diff options
Diffstat (limited to 'difftool')
-rw-r--r-- | difftool/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/difftool/options.c b/difftool/options.c index 0540cf7..b8ce7f0 100644 --- a/difftool/options.c +++ b/difftool/options.c @@ -18,6 +18,7 @@ static struct option long_opts[] = { { "extract", required_argument, NULL, 'e' }, { "help", no_argument, NULL, 'h' }, { "version", no_argument, NULL, 'V' }, + { NULL, 0, NULL, 0 }, }; static const char *short_opts = "a:b:OPCTISe:hV"; |