aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/simon/midiparser_s1d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/midiparser_s1d.cpp b/engines/simon/midiparser_s1d.cpp
index 80755044f8..1193f8578e 100644
--- a/engines/simon/midiparser_s1d.cpp
+++ b/engines/simon/midiparser_s1d.cpp
@@ -115,7 +115,7 @@ void MidiParser_S1D::parseNextEvent(EventInfo &info) {
// OTherwise fall through to default.
default:
- //warning("MidiParser_S1D: Unexpected byte 0x%02X found!\n", (int) info.command());
+ warning("MidiParser_S1D: Unexpected byte 0x%02X found!\n", (int) info.command());
break;
}
}