Fix formatting

pull/30/head
probonopd 3 years ago committed by GitHub
parent 85769a3f4e
commit eac6f581f0
  1. 2
      src/minidexed.cpp

@ -164,7 +164,7 @@ void CMiniDexed::MIDIPacketHandler (unsigned nCable, u8 *pPacket, unsigned nLeng
// Print to optional HD44780 display // Print to optional HD44780 display
s_pThis->LCDWrite("\x1B[?25l"); // cursor off s_pThis->LCDWrite("\x1B[?25l"); // cursor off
CString String; 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); s_pThis->LCDWrite ((const char *) String);
return; return;
} }

Loading…
Cancel
Save