0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-29 00:32:34 +08:00

add missing semicolon

This commit is contained in:
Daniel Norberg 2012-02-03 17:28:45 +01:00
parent 79f753bf56
commit 67fd4c9a2c

View File

@ -79,7 +79,7 @@ void zmq::xpub_t::xread_activated (pipe_t *pipe_)
sub.size ()));
}
sub.close()
sub.close();
}
}