]> git.llucax.com Git - software/libev.git/commitdiff
Fix typo.
authorayin <ayin>
Thu, 15 Nov 2007 17:15:56 +0000 (17:15 +0000)
committerayin <ayin>
Thu, 15 Nov 2007 17:15:56 +0000 (17:15 +0000)
ev.c

diff --git a/ev.c b/ev.c
index e10b36071f8c4ec4a6f3be6d17aab45ca1674ca2..335c788705c1868a919bb06ba823b5f8cc0fca1b 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -908,7 +908,7 @@ ev_default_loop (unsigned int flags)
 #if EV_MULTIPLICITY
       struct ev_loop *loop = ev_default_loop_ptr = &default_loop_struct;
 #else
-      ev_default_default_loop_ptr = 1;
+      ev_default_loop_ptr = 1;
 #endif
 
       loop_init (EV_A_ flags);