summaryrefslogtreecommitdiff
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c
index b24d702..7bcb804 100644
--- a/event.c
+++ b/event.c
@@ -347,7 +347,7 @@ x_loopexit_cb (int revents, void *base)
{
dLOOPbase;
- ev_unloop (EV_A_ EVUNLOOP_ONCE);
+ ev_unloop (EV_A_ EVUNLOOP_ONE);
}
int event_base_loopexit (struct event_base *base, struct timeval *tv)