summaryrefslogtreecommitdiff
path: root/src/yqueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yqueue.hpp')
-rw-r--r--src/yqueue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yqueue.hpp b/src/yqueue.hpp
index 0686f07..f20ac4c 100644
--- a/src/yqueue.hpp
+++ b/src/yqueue.hpp
@@ -88,7 +88,7 @@ namespace zmq
back_chunk = end_chunk;
back_pos = end_pos;
- if (++ end_pos != N)
+ if (++end_pos != N)
return;
end_chunk->next = new chunk_t;