summaryrefslogtreecommitdiff
path: root/vpdopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpdopt.c')
-rw-r--r--vpdopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpdopt.c b/vpdopt.c
index d76fecc..8f411cc 100644
--- a/vpdopt.c
+++ b/vpdopt.c
@@ -99,7 +99,7 @@ int parse_command_line(int argc, char * const argv[])
{ "string", required_argument, NULL, 's' },
{ "dump", no_argument, NULL, 'u' },
{ "version", no_argument, NULL, 'V' },
- { 0, 0, 0, 0 }
+ { NULL, 0, NULL, 0 }
};
while ((option = getopt_long(argc, argv, optstring, longopts, NULL)) != -1)