Fixed compilation.

svn-id: r20953
This commit is contained in:
Torbjörn Andersson 2006-02-27 07:18:49 +00:00
parent 2469e00248
commit 278d0de012

View file

@ -148,7 +148,7 @@ void MidiDriver_SEQ::sysEx (const byte *msg, uint16 length) {
unsigned char buf [1024];
int position = 0;
byte *chr = msg;
const byte *chr = msg;
buf[position++] = SEQ_MIDIPUTC;
buf[position++] = 0xF0;