From 91ef63a1bfd6de889a24638923f2669de2f731e1 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 20 Apr 2024 10:26:42 +0200 Subject: [PATCH] fix whitespace (#1287) --- src/osdep/gui/PanelIOPorts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/gui/PanelIOPorts.cpp b/src/osdep/gui/PanelIOPorts.cpp index 7ad6ff874..231ced218 100644 --- a/src/osdep/gui/PanelIOPorts.cpp +++ b/src/osdep/gui/PanelIOPorts.cpp @@ -452,7 +452,7 @@ bool HelpPanelIO(std::vector& helptext) helptext.emplace_back(" can also emulate a Roland MT-32 MIDI device using Amiberry, if you have"); helptext.emplace_back(" the required MT-32 ROM files installed. Please note that the path for "); helptext.emplace_back(" these ROM files must be in your System ROMs: directory as set in the "); - helptext.emplace_back(R"( "Paths" panel, or inside a "mt32-roms" directory under that location.)"); + helptext.emplace_back(R"( "Paths" panel, or inside a "mt32-roms" directory under that location.)"); helptext.emplace_back(" "); helptext.emplace_back(" If the required MT-32 ROMs are detected by Amiberry, you can then select"); helptext.emplace_back(" the emulated MT-32 device, using the MIDI \"Out:\" dropdown options. This");