From e80571a09e95e24ea4b6c7db2855d868c57d52ec Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Wed, 20 May 2020 10:02:41 -0700 Subject: [PATCH] Fix comment about correct font filename --- source/Debugger/Debugger_Display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debugger/Debugger_Display.h b/source/Debugger/Debugger_Display.h index 7e938d5e..2cd10c47 100644 --- a/source/Debugger/Debugger_Display.h +++ b/source/Debugger/Debugger_Display.h @@ -7,7 +7,7 @@ #define DEBUG_APPLE_FONT 0 // Win32 Debugger Font -// 1 = Use Debugger_Font.BMP (7x8) +// 1 = Use Debug_Font.BMP (7x8) // 0 = Use CHARSET40.bmp (fg & bg colors aren't proper) #define APPLE_FONT_NEW 1