From 4ce09f0ebc36c50f1f389a6b70fac3077149580c Mon Sep 17 00:00:00 2001 From: khali Date: Tue, 28 Apr 2015 11:17:47 +0000 Subject: Fix sparse warnings --- ownership.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ownership.c') diff --git a/ownership.c b/ownership.c index 5d95ebf..de44bf4 100644 --- a/ownership.c +++ b/ownership.c @@ -119,7 +119,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) -- cgit v1.2.1