Commit ebf23452 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 423241d4
......@@ -593,7 +593,7 @@ static void *Run( void *data )
}
if( !p_sd->p_sys->i_announces )
timeout = -1; /* We can safely poll indefinitly. */
timeout = -1; /* We can safely poll indefinitely. */
else if( timeout < 200 )
timeout = 200; /* Don't wakeup too fast. */
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment