mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix win32 build (typo in jthread lock cleanup)
This commit is contained in:
parent
0d93119040
commit
8745935a06
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ void *JThread::GetReturnValue()
|
||||||
val = NULL;
|
val = NULL;
|
||||||
} else {
|
} else {
|
||||||
val = retval;
|
val = retval;
|
||||||
|
}
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue