Skip to content

Commit

Permalink
Fix win32 build (typo in jthread lock cleanup)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed Apr 19, 2014
1 parent 0d93119 commit 8745935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jthread/win32/jthread.cpp
Expand Up @@ -105,6 +105,7 @@ void *JThread::GetReturnValue()
val = NULL;
} else {
val = retval;
}
return val;
}

Expand Down

0 comments on commit 8745935

Please sign in to comment.