summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2008-01-20 15:37:03 +0000
committerroot <root>2008-01-20 15:37:03 +0000
commite60c6a1f1410a247ddf28dabf19e4b84a5afc34a (patch)
treeefcbc4450789fffd379ca619b2da35b3783a7f8a /ev.c
parent84324dcdf24f2119a243908f3c77c9cad3c80b99 (diff)
microsoft hits. you hit microsoft. microsoft hits. microsoft hits. microsoft hits. you die.
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.c b/ev.c
index d024017..a14b940 100644
--- a/ev.c
+++ b/ev.c
@@ -1200,7 +1200,7 @@ ev_loop_destroy (EV_P)
void
ev_loop_fork (EV_P)
{
- postfork = 1; // must be in line with ev_default_fork
+ postfork = 1; /* must be in line with ev_default_fork */
}
#endif
@@ -1274,7 +1274,7 @@ ev_default_fork (void)
#endif
if (backend)
- postfork = 1; // must be in line with ev_loop_fork
+ postfork = 1; /* must be in line with ev_loop_fork */
}
/*****************************************************************************/