summaryrefslogtreecommitdiff
path: root/examples/amqp_listenq.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqp_listenq.c')
-rw-r--r--examples/amqp_listenq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/amqp_listenq.c b/examples/amqp_listenq.c
index 0223d81..7a22338 100644
--- a/examples/amqp_listenq.c
+++ b/examples/amqp_listenq.c
@@ -133,7 +133,7 @@ int main(int argc, char const * const *argv) {
if (frame.frame_type != AMQP_FRAME_BODY) {
fprintf(stderr, "Expected body!");
abort();
- }
+ }
body_received += frame.payload.body_fragment.len;
assert(body_received <= body_target);