From f8bf0ab381a5b784f4a1a4706d397954cad6067e Mon Sep 17 00:00:00 2001 From: universal963 <36097923+universal963@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:13:36 +0800 Subject: [PATCH] Fix debug build --- dll/steam_user.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/steam_user.cpp b/dll/steam_user.cpp index a59e3216..0d12539c 100644 --- a/dll/steam_user.cpp +++ b/dll/steam_user.cpp @@ -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;