fix a misindent

svn:r1200
This commit is contained in:
Nick Mathewson 2009-04-18 18:27:56 +00:00
parent f00f0c2533
commit a835c7cf18

View File

@ -184,7 +184,7 @@ evutil_make_socket_nonblocking(evutil_socket_t fd)
if (fcntl(fd, F_SETFL, O_NONBLOCK) == -1) {
event_warn("fcntl(O_NONBLOCK)");
return -1;
}
}
#endif
return 0;
}