summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2007-10-31 21:50:15 +0000
committerroot <root>2007-10-31 21:50:15 +0000
commit8ee1afd13859937076f9a9ff5e3420d3304f524e (patch)
treee2ff16bf4cffd82fa7a028a1c2b539827ffd8f05 /ev.c
parent5729d3bccbc199121ad453715d49f417aa932b00 (diff)
dohdohdoh
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 888c779..e09fc84 100644
--- a/ev.c
+++ b/ev.c
@@ -613,7 +613,7 @@ int ev_loop_done;
void ev_loop (int flags)
{
double block;
- ev_loop_done = flags & EVLOOP_ONESHOT ? 1 : 0;
+ ev_loop_done = flags & (EVLOOP_ONESHOT | EVLOOP_NONBLOCK) ? 1 : 0;
do
{