]> git.sesse.net Git - vlc/commitdiff
vlccore: fix a warning on OS/2
authorKO Myung-Hun <komh78@gmail.com>
Sat, 2 Mar 2013 18:04:47 +0000 (03:04 +0900)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 2 Mar 2013 18:13:06 +0000 (20:13 +0200)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
src/os2/thread.c

index 10072aabc3ae07d5a02c7c822ec405af4c262778..ef439b9e9b9e24978d24f6dc64d630f1213feaa3 100644 (file)
@@ -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