0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 15:41:05 +08:00

Fixed newline in test_disconnect_inproc

This commit is contained in:
Adrian Muraru 2013-01-11 22:51:08 +02:00
parent fb0beb6f29
commit 35f18aef74

View File

@ -116,4 +116,5 @@ int main(int argc, char** argv) {
zmq_ctx_destroy(context);
return 0;
}
}