]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Sat, 1 Dec 2007 15:32:53 +0000 (15:32 +0000)
committerroot <root>
Sat, 1 Dec 2007 15:32:53 +0000 (15:32 +0000)
ev.pod

diff --git a/ev.pod b/ev.pod
index 25438da4a60e2b22f9610cbd2e92733a269b157f..74100e49aad41b75c1c832157bf71de96d9329ff 100644 (file)
--- 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 ()));