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 }