summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 843e4e0..aab04d3 100644
--- a/ev.c
+++ b/ev.c
@@ -2984,7 +2984,7 @@ once_cb (EV_P_ struct ev_once *once, int revents)
void (*cb)(int revents, void *arg) = once->cb;
void *arg = once->arg;
- ev_io_stop (EV_A_ &once->io);
+ ev_io_stop (EV_A_ &once->io);
ev_timer_stop (EV_A_ &once->to);
ev_free (once);