- added end line to various messages
so they don't screw up further output anymore
This commit is contained in:
parent
643828f5fa
commit
f17f8c9359
11 changed files with 18 additions and 18 deletions
|
|
@ -71,7 +71,7 @@ static bool InitReader(const char *config_file)
|
|||
auto reader = sfmanager.OpenSoundFont(config_file, SF_GUS|SF_SF2);
|
||||
if (reader == nullptr)
|
||||
{
|
||||
Printf(TEXTCOLOR_RED "%s: Unable to load sound font", config_file);
|
||||
Printf(TEXTCOLOR_RED "%s: Unable to load sound font\n", config_file);
|
||||
return false; // No sound font could be opened.
|
||||
}
|
||||
gus_sfreader.reset(reader);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue