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

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