diff --git a/evutil.c b/evutil.c index 6b4bb96d..1a30aa63 100644 --- a/evutil.c +++ b/evutil.c @@ -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; }