diff options
Diffstat (limited to 'audio/mididrv.cpp')
-rw-r--r-- | audio/mididrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mididrv.cpp b/audio/mididrv.cpp index f638250dcd..829bc3cd55 100644 --- a/audio/mididrv.cpp +++ b/audio/mididrv.cpp @@ -74,7 +74,7 @@ static const struct { }; Common::String MidiDriver::musicType2GUIO(uint32 musicType) { - Common::String res = ""; + Common::String res; for (int i = 0; GUIOMapping[i].guio; i++) { if (musicType == GUIOMapping[i].type || musicType == (uint32)-1) |