summaryrefslogtreecommitdiff
path: root/kqueue.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2003-04-09 18:11:31 +0000
committerNiels Provos <provos@gmail.com>2003-04-09 18:11:31 +0000
commit9eb31e5307cab71aa5ede2f835b3e388061c0457 (patch)
tree7560fd13d0aa5cf00ab001fcc87157ce94fe43e7 /kqueue.c
parent7e4e52045e898f2f5bc3412582140e04c30da805 (diff)
downloadlibevent-9eb31e5307cab71aa5ede2f835b3e388061c0457.tar.gz
proper indent
svn:r62
Diffstat (limited to 'kqueue.c')
-rw-r--r--kqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kqueue.c b/kqueue.c
index a61a6057..0bf5e9cc 100644
--- a/kqueue.c
+++ b/kqueue.c
@@ -202,7 +202,7 @@ kq_dispatch(void *arg, struct timeval *tv)
TIMEVAL_TO_TIMESPEC(tv, &ts);
res = kevent(kqop->kq, changes, kqop->nchanges,
- events, kqop->nevents, &ts);
+ events, kqop->nevents, &ts);
kqop->nchanges = 0;
if (res == -1) {
if (errno != EINTR) {