summaryrefslogtreecommitdiff
path: root/tools/get.c
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-16 10:42:44 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:45 -0600
commit162fc19f4d896c3db862f1da303823dcbe9780ec (patch)
tree36656320e462ca62575afa30931a7301162732f8 /tools/get.c
parenta4881f40d2862f193cc38f9759564370004215c4 (diff)
downloadrabbitmq-c-github-ask-162fc19f4d896c3db862f1da303823dcbe9780ec.tar.gz
Fix compiler warnings (checked clang & gcc)
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'tools/get.c')
-rw-r--r--tools/get.c2
1 files changed, 1 insertions, 1 deletions
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);