mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 13:24:43 -04:00
fix a misindent
svn:r1200
This commit is contained in:
parent
f00f0c2533
commit
a835c7cf18
2
evutil.c
2
evutil.c
@ -184,7 +184,7 @@ evutil_make_socket_nonblocking(evutil_socket_t fd)
|
|||||||
if (fcntl(fd, F_SETFL, O_NONBLOCK) == -1) {
|
if (fcntl(fd, F_SETFL, O_NONBLOCK) == -1) {
|
||||||
event_warn("fcntl(O_NONBLOCK)");
|
event_warn("fcntl(O_NONBLOCK)");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user