aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/midi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp
index 4c956cb18b..717093aaae 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -141,7 +141,7 @@ void MidiPlayer::read_one_song(File *in, Song *s, uint music)
break;
default:
- warning("Midi song has no 'MThd'");
+ error("Midi song has no 'MThd'");
}
}