Skip to content

Commit 8745935

Browse files
sapiersapier
sapier
authored and
sapier
committedApr 19, 2014
Fix win32 build (typo in jthread lock cleanup)
1 parent 0d93119 commit 8745935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/jthread/win32/jthread.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ void *JThread::GetReturnValue()
105105
val = NULL;
106106
} else {
107107
val = retval;
108+
}
108109
return val;
109110
}
110111

0 commit comments

Comments
 (0)
Please sign in to comment.