diff options
Diffstat (limited to 'cmds-restore.c')
-rw-r--r-- | cmds-restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-restore.c b/cmds-restore.c index 1e965a69..4c874835 100644 --- a/cmds-restore.c +++ b/cmds-restore.c @@ -1086,7 +1086,7 @@ out: static struct option long_options[] = { { "path-regex", 1, NULL, 256}, - { 0, 0, 0, 0} + { NULL, 0, NULL, 0} }; const char * const cmd_restore_usage[] = { |