diff --git a/src/sound/music/i_music.cpp b/src/sound/music/i_music.cpp index 8ef1cad89..b171321d7 100644 --- a/src/sound/music/i_music.cpp +++ b/src/sound/music/i_music.cpp @@ -174,7 +174,7 @@ static void SetupGenMidi() auto lump = Wads.CheckNumForName("GENMIDI", ns_global); if (lump < 0) { - Printf("No GENMIDI lump found. OPL playback not available."); + Printf("No GENMIDI lump found. OPL playback not available.\n"); return; } auto data = Wads.OpenLumpReader(lump);