Commit 67fd4c9a authored by Daniel Norberg's avatar Daniel Norberg

add missing semicolon

parent 79f753bf
......@@ -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