diff options
author | root <root> | 2007-11-04 18:29:44 +0000 |
---|---|---|
committer | root <root> | 2007-11-04 18:29:44 +0000 |
commit | f776d56f36abeed4a6091c2ec9b96363213ce2b2 (patch) | |
tree | 4708b492a5acc8c39487fd2bfe33cb9ff7954f89 /ev_poll.c | |
parent | f4f2094b6a36eac7778c5091ee4160a2f403e808 (diff) |
*** empty log message ***
Diffstat (limited to 'ev_poll.c')
-rw-r--r-- | ev_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ poll_init (EV_P_ int flags) method_poll = poll_poll; pollidxs = 0; pollidxmax = 0; - polls = 0; pollsmax = 0; pollscnt = 0; + polls = 0; pollmax = 0; pollcnt = 0; return EVMETHOD_POLL; } |