forked from premiere/premiere-libtorrent
fix typo
This commit is contained in:
parent
4a28e95ce0
commit
c8f119c1a1
|
@ -197,7 +197,7 @@ namespace
|
|||
if (WaitForMultipleObjects(num_bufs, h, TRUE, INFINITE) == WAIT_FAILED)
|
||||
{
|
||||
ret = -1;
|
||||
break;
|
||||
goto done;
|
||||
}
|
||||
|
||||
for (int i = 0; i < num_bufs; ++i)
|
||||
|
@ -267,7 +267,7 @@ done:
|
|||
if (WaitForMultipleObjects(num_bufs, h, TRUE, INFINITE) == WAIT_FAILED)
|
||||
{
|
||||
ret = -1;
|
||||
break;
|
||||
goto done;
|
||||
}
|
||||
|
||||
for (int i = 0; i < num_bufs; ++i)
|
||||
|
|
Loading…
Reference in New Issue