From 51e6bcb39346b3e363643f95c3532119af41f6fd Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 9 Jan 2026 20:07:07 +0100 Subject: [PATCH] Update raygui.h --- src/raygui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/raygui.h b/src/raygui.h index 1fb9b34..3842e2c 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -369,9 +369,9 @@ // NOTE: Avoiding those calls, also avoids const strings memory usage #define RAYGUI_SUPPORT_LOG_INFO #if defined(RAYGUI_SUPPORT_LOG_INFO) - #define RAYGUI_LOG(...) printf(__VA_ARGS__) + #define RAYGUI_LOG(...) printf(__VA_ARGS__) #else - #define RAYGUI_LOG(...) + #define RAYGUI_LOG(...) #endif //----------------------------------------------------------------------------------