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

Commit

Permalink
Browse files Browse the repository at this point in the history
test: fix windows-ism in test-poll-close.c
  • Loading branch information
piscisaureus committed Jun 1, 2012
1 parent 07f0175 commit 38a6f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-poll-close.c
Expand Up @@ -47,7 +47,7 @@ static void close_cb(uv_handle_t* handle) {


TEST_IMPL(poll_close) {
SOCKET sockets[NUM_SOCKETS];
uv_os_sock_t sockets[NUM_SOCKETS];
uv_poll_t poll_handles[NUM_SOCKETS];
int i;

Expand Down

0 comments on commit 38a6f9f

Please sign in to comment.