summaryrefslogtreecommitdiff
path: root/tools/get.c
diff options
context:
space:
mode:
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);