diff options
Diffstat (limited to 'Source/Core/Common/Src/Thread.cpp')
| -rw-r--r-- | Source/Core/Common/Src/Thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Thread.cpp b/Source/Core/Common/Src/Thread.cpp index 5af43cca41..853918cf06 100644 --- a/Source/Core/Common/Src/Thread.cpp +++ b/Source/Core/Common/Src/Thread.cpp @@ -58,7 +58,7 @@ void CriticalSection::Enter() bool CriticalSection::TryEnter() { - return(TryEnterCriticalSection(§ion) ? true : false); + return TryEnterCriticalSection(§ion) ? true : false; } |
