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

win32: cosmetic

parent df505697
......@@ -590,8 +590,7 @@ void vlc_join (vlc_thread_t th, void **result)
{
do
vlc_testcancel ();
while (vlc_WaitForSingleObject (th->id, INFINITE)
== WAIT_IO_COMPLETION);
while (vlc_WaitForSingleObject (th->id, INFINITE) == WAIT_IO_COMPLETION);
if (result != NULL)
*result = th->data;
......
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