diff options
Diffstat (limited to 'mkfs/options.c')
-rw-r--r-- | mkfs/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfs/options.c b/mkfs/options.c index c063e7c..2369787 100644 --- a/mkfs/options.c +++ b/mkfs/options.c @@ -30,6 +30,7 @@ static struct option long_opts[] = { #endif { "version", no_argument, NULL, 'V' }, { "help", no_argument, NULL, 'h' }, + { NULL, 0, NULL, 0 }, }; static const char *short_opts = "F:D:X:c:b:B:d:j:Q:kxoefqThV" |