summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index 25438da..74100e4 100644
--- a/ev.pod
+++ b/ev.pod
@@ -1459,7 +1459,8 @@ pseudo-code only of course:
static void
adns_prepare_cb (ev_loop *loop, ev_prepare *w, int revents)
{
- int timeout = 3600000;truct pollfd fds [nfd];
+ int timeout = 3600000;
+ struct pollfd fds [nfd];
// actual code will need to loop here and realloc etc.
adns_beforepoll (ads, fds, &nfd, &timeout, timeval_from (ev_time ()));