summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2010-10-16 06:46:55 +0000
committerroot <root>2010-10-16 06:46:55 +0000
commit056cdde4d4d9962ad1eea22a08f078f470dad45b (patch)
tree6aae5c21cef5c6d28e3557f1ace5fe61a8ad46a2 /ev.c
parent18b4cf7f89ec3deaa0a9478044da05b082c7e6e1 (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 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 |= */
}