summaryrefslogtreecommitdiff
path: root/biosdecode.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2015-04-28 11:17:47 +0000
committerJean Delvare <jdelvare@suse.de>2015-04-28 11:17:47 +0000
commit502cf72eef7b0edc4510957dbd6b09d1b657c74c (patch)
tree9b098153e260a7dcfb7d50c716a8d76527f948e0 /biosdecode.c
parent77aa2b99aa5164b44c532f76a79a32e4e71a59c0 (diff)
downloaddmidecode-git-502cf72eef7b0edc4510957dbd6b09d1b657c74c.tar.gz
Fix sparse warnings
Diffstat (limited to 'biosdecode.c')
-rw-r--r--biosdecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/biosdecode.c b/biosdecode.c
index daceb02..4bc964d 100644
--- a/biosdecode.c
+++ b/biosdecode.c
@@ -586,7 +586,7 @@ static int parse_command_line(int argc, char * const argv[])
{ "dev-mem", required_argument, NULL, 'd' },
{ "help", no_argument, NULL, 'h' },
{ "version", no_argument, NULL, 'V' },
- { 0, 0, 0, 0 }
+ { NULL, 0, NULL, 0 }
};
while ((option = getopt_long(argc, argv, optstring, longopts, NULL)) != -1)