summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index aa60a8f..3270e47 100644
--- a/ev.c
+++ b/ev.c
@@ -2735,7 +2735,7 @@ ev_default_loop (unsigned int flags) EV_THROW
void
ev_loop_fork (EV_P) EV_THROW
{
- postfork = 1; /* must be in line with ev_default_fork */
+ postfork = 1;
}
/*****************************************************************************/