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 9664499..9aed426 100644
--- a/ev.c
+++ b/ev.c
@@ -966,7 +966,7 @@ fd_reify (EV_P)
for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next)
anfd->events |= (unsigned char)w->events;
- if (o_events !=anfd-> events)
+ if (o_events != anfd->events)
o_reify = EV__IOFDSET; /* actually |= */
}