Skip to content

Commit

Permalink
Merge pull request #120 from junovitch/master
Browse files Browse the repository at this point in the history
Add missing newline to test_proxy_terminate.cpp to fix compiling with…
  • Loading branch information
hintjens committed Jun 5, 2015
2 parents cf6e78f + 2ac32f8 commit 1a0ccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proxy_terminate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ int main (void)
rc = zmq_ctx_term (ctx);
assert (rc == 0);
return 0;
}
}

0 comments on commit 1a0ccea

Please sign in to comment.