From eac6f581f0fe82e932b95550a8453b8d10982f5a Mon Sep 17 00:00:00 2001
From: probonopd <probonopd@users.noreply.github.com>
Date: Sat, 26 Feb 2022 22:17:01 +0000
Subject: [PATCH] Fix formatting

---
 src/minidexed.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/minidexed.cpp b/src/minidexed.cpp
index 95db615..8835ea1 100644
--- a/src/minidexed.cpp
+++ b/src/minidexed.cpp
@@ -164,7 +164,7 @@ void CMiniDexed::MIDIPacketHandler (unsigned nCable, u8 *pPacket, unsigned nLeng
 		// Print to optional HD44780 display
 		s_pThis->LCDWrite("\x1B[?25l");		// cursor off
 		CString String;
-		String.Format ("%i\n\r%s", pPacket[1], buf_name);
+		String.Format ("\n\r%i\n\r%s", pPacket[1], buf_name);
 		s_pThis->LCDWrite ((const char *) String);
 		return;
 	}