summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2008-09-08 13:14:23 +0000
committerroot <root>2008-09-08 13:14:23 +0000
commitba391642382f38a4f8693492b5d7f2f963a39844 (patch)
treea5468eceda5bd39dcc701e33f8f40a142d34ac7a /ev.c
parent35fb9c59e2d1d3d6034f19cc3bc0f68a109a8991 (diff)
*** empty log message ***
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);