1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix typo.

This commit is contained in:
Bartosz Taudul
2020-02-11 15:12:06 +01:00
parent 0d2e7f72a7
commit 2c8d519d70
+1 -1
View File
@@ -868,7 +868,7 @@ static Thread* s_sysTraceThread = nullptr;
#ifdef TRACY_DELAYED_INIT
struct ThreadNameData;
TRACY_API moodycamel::ConcurrentQueue<QueueItem>& GetQueue();
TRACY_API void InitRPMallocThread()
TRACY_API void InitRPMallocThread();
void InitRPMallocThread()
{