test-bind-error: fix 'control reaches end of non-void function'
This commit is contained in:
parent
7cc527997f
commit
c2ad51e39f
@ -199,4 +199,6 @@ TEST_IMPL(listen_without_bind) {
|
||||
ASSERT(r == 0);
|
||||
r = uv_tcp_listen(&server, 128, NULL);
|
||||
ASSERT(r == 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user