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:
parent
79f753bf56
commit
67fd4c9a2c
@ -79,7 +79,7 @@ void zmq::xpub_t::xread_activated (pipe_t *pipe_)
|
||||
sub.size ()));
|
||||
}
|
||||
|
||||
sub.close()
|
||||
sub.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user