diff options
-rw-r--r-- | ev.c | 2 | ||||
-rw-r--r-- | ev_select.c | 2 | ||||
-rw-r--r-- | event.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 |= */ } diff --git a/ev_select.c b/ev_select.c index 05486e0..76ffa86 100644 --- a/ev_select.c +++ b/ev_select.c @@ -1,7 +1,7 @@ /* * libev select fd activity backend * - * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann <libev@schmorp.de> + * Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann <libev@schmorp.de> * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- @@ -1,7 +1,7 @@ /* * libevent compatibility layer * - * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann <libev@schmorp.de> + * Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann <libev@schmorp.de> * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- |