mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Fix typo.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user