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 2a3c45eb41..3a4dadb260 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -80,7 +80,7 @@ void MidiPlayer::read_mthd(File *in, Song *s, bool old)
for (i = 0; i != s->num_tracks; i++, t++) {
if (!old) {
if (in->readUint32BE() != 'MTrk')
- error("Midi track has no 'MTrk'", i, foo);
+ error("Midi track has no 'MTrk'");
t->data_size = in->readUint32BE();
} else {