AUDIO: Fix comment typo

This commit is contained in:
Torbjörn Andersson 2015-10-01 20:51:34 +02:00
parent f5ea337656
commit 85ce901c4a

View file

@ -146,7 +146,7 @@ void MidiParser_XMIDI::parseNextEvent(EventInfo &info) {
break;
}
case 0x75: // XMIDI_CONTORLLER_NEXT_BREAK
case 0x75: // XMIDI_CONTROLLER_NEXT_BREAK
if (_loopCount >= 0) {
if (info.basic.param2 < 64) {
// End the current loop.