Janitorial: Fix punctuation in error/warning
svn-id: r51296
This commit is contained in:
parent
27ce375a95
commit
02a2f08408
2 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
|
|||
// On the other hand we cannot load the plugins before we know the file paths (in case of external plugins).
|
||||
if (settings.contains("music-driver")) {
|
||||
if (MidiDriver::getMusicType(MidiDriver::getDeviceHandle(settings["music-driver"])) == MT_INVALID) {
|
||||
warning("Unrecognized music driver '%s'. Switching to default device.", settings["music-driver"].c_str());
|
||||
warning("Unrecognized music driver '%s'. Switching to default device", settings["music-driver"].c_str());
|
||||
settings["music-driver"] = "auto";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue