correct typo

This commit is contained in:
Joris Vink 2013-06-26 11:20:25 +02:00
parent 3e5c17b8a3
commit 315f964abd
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ kore_platform_event_wait(int quit)
if (c == NULL)
continue;
kore_plaform_event_schedule(c->fd, EVFILT_READ,
EV_ADD, c);
kore_platform_event_schedule(c->fd,
EVFILT_READ, EV_ADD, c);
kore_platform_event_schedule(c->fd,
EVFILT_WRITE, EV_ADD | EV_ONESHOT, c);
}