mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-29 00:32:34 +08:00
Merge pull request #236 from danielnorberg/master
add missing semicolon
This commit is contained in:
commit
935f17488a
@ -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