changed warning to error

svn-id: r5539
This commit is contained in:
Oliver Kiehl 2002-11-13 16:37:05 +00:00
parent 2ffeb62bfd
commit 127103f2d7

View File

@ -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'");
}
}