Skip to content
Snippets Groups Projects
Commit 8745935a authored by sapier's avatar sapier
Browse files

Fix win32 build (typo in jthread lock cleanup)

parent 0d931190
Branches
Tags
No related merge requests found
......@@ -105,6 +105,7 @@ void *JThread::GetReturnValue()
val = NULL;
} else {
val = retval;
}
return val;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment