Fix typo.

This commit is contained in:
Bartosz Taudul
2025-12-30 14:48:11 +01:00
parent 20b9d002dc
commit f6ba6cbd4e

View File

@@ -342,7 +342,7 @@ TRACY_API const char* GetUserName()
#if defined _WIN32
# if defined TRACY_WIN32_NO_DESKTOP
return "(?)";
# elif
# else
DWORD userSz = UNLEN+1;
static char user[UNLEN+1];
GetUserNameA( user, &userSz );