mirror of
https://github.com/moparisthebest/minetest
synced 2024-12-23 08:08:47 -05: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;
|
val = NULL;
|
||||||
} else {
|
} else {
|
||||||
val = retval;
|
val = retval;
|
||||||
|
}
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user