Add newline to end of test_connect_delay.cpp so it compiles with older versions of GCC

This commit is contained in:
AJ Lewis 2013-05-02 10:32:10 -05:00
parent 0f6e357894
commit 1e435f59c3

View File

@ -258,3 +258,4 @@ int main (void)
rc = zmq_ctx_destroy(context2);
assert (rc == 0);
}