1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Fix win32 build (typo in jthread lock cleanup)

This commit is contained in:
sapier 2014-04-19 14:09:01 +02:00
parent 0d93119040
commit 8745935a06

View File

@ -105,6 +105,7 @@ void *JThread::GetReturnValue()
val = NULL;
} else {
val = retval;
}
return val;
}