0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 18:38:00 +08:00

Merge pull request #102 from hintjens/master

Build failed on some boxes due to missing EOL at EOF
This commit is contained in:
Pieter Hintjens 2013-07-30 00:25:02 -07:00
commit d246aaceee

View File

@ -235,3 +235,4 @@ int main (void)
rc = zmq_term (context); rc = zmq_term (context);
assert (rc == 0); assert (rc == 0);
} }