From 6ac69570da6f0b03a14b17e118f27ef9b5b00f20 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. --- source/Debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Debug.cpp b/source/Debug.cpp index 14bd0572..f8b96d2d 100644 --- a/source/Debug.cpp +++ b/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" ); }