mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 09:43:45 +01:00
Fix win32 build (typo in jthread lock cleanup)
This commit is contained in:
parent
0d93119040
commit
8745935a06
@ -105,6 +105,7 @@ void *JThread::GetReturnValue()
|
||||
val = NULL;
|
||||
} else {
|
||||
val = retval;
|
||||
}
|
||||
return val;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user