forked from Mirrorlandia_minetest/minetest
Fix == to =
This commit is contained in:
parent
6ba9d6545d
commit
06e5d0f5c5
@ -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…
Reference in New Issue
Block a user