Fix typo.

This commit is contained in:
Bartosz Taudul 2022-07-30 22:02:25 +02:00
parent 81431cd35c
commit c6464f44da
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1035,7 +1035,7 @@ void InitCallstack()
void EndCallstack()
{
___tracy_free_demangle_buffer()
___tracy_free_demangle_buffer();
}
const char* DecodeCallstackPtrFast( uint64_t ptr )