*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2007-11-02 22:54:19 +00:00
parent eacfb3cff2
commit 79d7f90794
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ kqueue_poll (ev_tstamp timeout)
fd_kill (events [i].ident);
}
else
event (
fd_event (
events [i].ident,
events [i].filter == EVFILT_READ ? EV_READ
: events [i].filter == EVFILT_WRITE ? EV_WRITE