forked from Mirrorlandia_minetest/minetest
Fix win32 build (typo in jthread lock cleanup)
This commit is contained in:
@ -105,6 +105,7 @@ void *JThread::GetReturnValue()
|
||||
val = NULL;
|
||||
} else {
|
||||
val = retval;
|
||||
}
|
||||
return val;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user