Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test-bind-error: fix 'control reaches end of non-void function'
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jul 19, 2011
1 parent 7cc5279 commit c2ad51e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-bind-error.c
Expand Up @@ -199,4 +199,6 @@ TEST_IMPL(listen_without_bind) {
ASSERT(r == 0);
r = uv_tcp_listen(&server, 128, NULL);
ASSERT(r == 0);

return 0;
}

0 comments on commit c2ad51e

Please sign in to comment.