Commit a9c71ebf authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Denis-Courmont

vlccore: fix a warning on OS/2

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 55963bd7
......@@ -326,7 +326,7 @@ int vlc_cond_timedwait (vlc_cond_t *p_condvar, vlc_mutex_t *p_mutex,
if (!p_condvar->hev)
{ /* FIXME FIXME FIXME */
msleep (50000);
return;
return 0;
}
do
......
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