Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-07-30 23:02:25 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-30 23:02:25 +0300
commitc6464f44daf5e3a16687cb0ca2236d7b0a82dfef (patch)
treed79b10594cef233f876997309c78d7c6274c3933 /public/client
parent81431cd35ca904e451284efc7049696aae7116d0 (diff)
Fix typo.
Diffstat (limited to 'public/client')
-rw-r--r--public/client/TracyCallstack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/client/TracyCallstack.cpp b/public/client/TracyCallstack.cpp
index 7d39ba97..0108deac 100644
--- a/public/client/TracyCallstack.cpp
+++ b/public/client/TracyCallstack.cpp
@@ -1035,7 +1035,7 @@ void InitCallstack()
void EndCallstack()
{
- ___tracy_free_demangle_buffer()
+ ___tracy_free_demangle_buffer();
}
const char* DecodeCallstackPtrFast( uint64_t ptr )