Fix == to =
This commit is contained in:
parent
6329e53c5f
commit
31ef73dfb5
@ -167,7 +167,7 @@ void Thread::wait()
|
||||
|
||||
#elif USE_WIN_THREADS
|
||||
|
||||
int ret == WaitForSingleObject(m_thread_handle, INFINITE);
|
||||
int ret = WaitForSingleObject(m_thread_handle, INFINITE);
|
||||
assert(ret == WAIT_OBJECT_0);
|
||||
UNUSED(ret);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user