small build test

This commit is contained in:
lightbulblighter 2022-08-05 18:23:22 -07:00
parent e3b464ce02
commit 6465e9e2b5
No known key found for this signature in database
GPG Key ID: 58D6EDC2C38C9B3B
1 changed files with 1 additions and 1 deletions

View File

@ -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
}