From 41a098dde97e50ab992166256ba6da1ffc2e431c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Nov 2007 20:03:39 +0000 Subject: *** empty log message *** --- ev_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev_poll.c') diff --git a/ev_poll.c b/ev_poll.c index 726a45b..626aa27 100644 --- a/ev_poll.c +++ b/ev_poll.c @@ -53,7 +53,7 @@ poll_modify (EV_P_ int fd, int oev, int nev) if (idx < 0) /* need to allocate a new pollfd */ { pollidxs [fd] = idx = pollcnt++; - array_needsize (struct pollfd, polls, pollmax, pollcnt, (void)); + array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); polls [idx].fd = fd; } -- cgit v1.2.3