summaryrefslogtreecommitdiff
path: root/tools/declare_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/declare_queue.c')
-rw-r--r--tools/declare_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/declare_queue.c b/tools/declare_queue.c
index 3536455..7ef7eb6 100644
--- a/tools/declare_queue.c
+++ b/tools/declare_queue.c
@@ -88,7 +88,7 @@ int main(int argc, const char **argv)
durable,
0,
0,
- AMQP_EMPTY_TABLE);
+ amqp_empty_table);
if (reply == NULL) {
die_rpc(amqp_get_rpc_reply(conn), "queue.declare");
}