summaryrefslogtreecommitdiff
path: root/ev_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev_port.c')
-rw-r--r--ev_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_port.c b/ev_port.c
index 4aa0f4b..9044ef7 100644
--- a/ev_port.c
+++ b/ev_port.c
@@ -143,7 +143,7 @@ port_init (EV_P_ int flags)
if ((backend_fd = port_create ()) < 0)
return 0;
- assert (("libev: PORT_SOURCE_FD must not be zero"), PORT_SOURCE_FD);
+ assert (("libev: PORT_SOURCE_FD must not be zero", PORT_SOURCE_FD));
fcntl (backend_fd, F_SETFD, FD_CLOEXEC); /* not sure if necessary, hopefully doesn't hurt */