summaryrefslogtreecommitdiff
path: root/src/yqueue.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 10:54:28 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 10:54:28 +0200
commit99c5d9283622a0b37ee80f83ff4875c059fc5990 (patch)
tree3460ec503898d2184dc807e47eea679d24d96d5c /src/yqueue.hpp
parentaacdb7a454686bfac93164d0e67e785658d48a3c (diff)
pipes added
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;