- removed garbage character.

This commit is contained in:
Christoph Oelckers 2020-01-11 15:34:33 +01:00
parent 5c8607c846
commit aa004f78a9

View file

@ -406,7 +406,7 @@ void AlsaMIDIDevice::PumpEvents() {
ZMusic_Printf(ZMUSIC_MSG_ERROR, "Alsa sequencer did not accept event: error %d!\n", result);
if(WaitForExit(pump_step, status)) {
break;
 }
}
continue;
}
buffer_ticks += event.ticks;