From 0848c97afa4a8f2524c0a3f453b8161460a4454a Mon Sep 17 00:00:00 2001 From: nick_westgate Date: Sat, 24 Mar 2007 05:10:51 +0000 Subject: [PATCH] Added extra space character in the trace file header. --- AppleWin/source/Debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppleWin/source/Debug.cpp b/AppleWin/source/Debug.cpp index 14bd0572..f8b96d2d 100644 --- a/AppleWin/source/Debug.cpp +++ b/AppleWin/source/Debug.cpp @@ -7762,8 +7762,8 @@ void OutputTraceLine () g_bTraceHeader = false; fprintf( g_hTraceFile, -// "00 00 00 0000-------- 0000:90 90 90 NOP" - "A: X: Y: SP: Flags Addr:Opcode Mnemonic\n" +// "00 00 00 0000 -------- 0000:90 90 90 NOP" + "A: X: Y: SP: Flags Addr:Opcode Mnemonic\n" ); }