Merge pull request #120 from junovitch/master

Add missing newline to test_proxy_terminate.cpp to fix compiling with…
This commit is contained in:
Pieter Hintjens 2015-06-05 12:23:23 +02:00
commit 1a0cceac43

View File

@ -110,4 +110,4 @@ int main (void)
rc = zmq_ctx_term (ctx);
assert (rc == 0);
return 0;
}
}