From 162fc19f4d896c3db862f1da303823dcbe9780ec Mon Sep 17 00:00:00 2001 From: Michael Steinert Date: Wed, 16 May 2012 10:42:44 -0600 Subject: Fix compiler warnings (checked clang & gcc) Signed-off-by: Michael Steinert --- tools/get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/get.c') diff --git a/tools/get.c b/tools/get.c index b3e0e81..3e536c7 100644 --- a/tools/get.c +++ b/tools/get.c @@ -62,7 +62,7 @@ int main(int argc, const char **argv) {"queue", 'q', POPT_ARG_STRING, &queue, 0, "the queue to consume from", "queue"}, POPT_AUTOHELP - { NULL, 0, 0, NULL, 0 } + { NULL, '\0', 0, NULL, 0, NULL, NULL } }; process_all_options(argc, argv, options); -- cgit v1.2.1