diff --git a/public/common/TracySystem.cpp b/public/common/TracySystem.cpp index 301483eb..9a477aa3 100644 --- a/public/common/TracySystem.cpp +++ b/public/common/TracySystem.cpp @@ -224,7 +224,7 @@ TRACY_API const char* GetThreadName( uint32_t id ) auto ret = wcstombs( buf, tmp, 256 ); CloseHandle( hnd ); LocalFree( tmp ); - if( ret != static_cast( -1 ) ) + if( ret != static_cast( -1 ) ) { return buf; }