Fix debug build

This commit is contained in:
universal963 2024-10-22 19:13:36 +08:00
parent 2ef54d0fb8
commit f8bf0ab381

View File

@ -238,7 +238,7 @@ bool Steam_User::GetRegistryInt( EConfigSubTree eRegistrySubTree, const char *pc
}
catch(...)
{
PRINT_DEBUG("not a number") // TODO: real steam returns a value other than 0 under this condition
PRINT_DEBUG("not a number"); // TODO: real steam returns a value other than 0 under this condition
}
return true;