summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fdevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdevent.c b/src/fdevent.c
index 66f3ea48..67214240 100644
--- a/src/fdevent.c
+++ b/src/fdevent.c
@@ -633,7 +633,7 @@ int fdevent_pipe_cloexec (int * const fds, const unsigned int bufsz_hint) {
|| 0 != fcntl(fds[1], F_SETFD, FD_CLOEXEC)
#endif
)
- return -1;
+ return -1;
}
#ifdef F_SETPIPE_SZ
if (bufsz_hint > 65536)