Commit 43b71ae4 authored by Ian Barber's avatar Ian Barber

Fixing missing semicolon in xpub.cpp as reported on the list by Emmanuel TAUREL

parent dc50bf5d
......@@ -79,7 +79,7 @@ void zmq::xpub_t::xread_activated (pipe_t *pipe_)
sub.size ()));
}
sub.close()
sub.close();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment