From 6465e9e2b584eadc17002d0b54ec7b7c96e6302a Mon Sep 17 00:00:00 2001 From: lightbulblighter Date: Fri, 5 Aug 2022 18:23:22 -0700 Subject: [PATCH] small build test --- Tadah.DLL/Hooks/StandardOut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tadah.DLL/Hooks/StandardOut.cpp b/Tadah.DLL/Hooks/StandardOut.cpp index 07668dc..c14f5d8 100644 --- a/Tadah.DLL/Hooks/StandardOut.cpp +++ b/Tadah.DLL/Hooks/StandardOut.cpp @@ -16,7 +16,7 @@ void InitializeOutput() #ifdef _DEBUG SetConsoleTextAttribute(outputHandle, FOREGROUND_RED | FOREGROUND_GREEN); - printf("Compiled as Debug\n\n"); + printf("Compiled as Debug\n\n"); // #endif }