Fix win32 build (typo in jthread lock cleanup)

master
sapier 2014-04-19 14:09:01 +02:00
parent 0d93119040
commit 8745935a06
1 changed files with 1 additions and 0 deletions

View File

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