Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build.
  • Loading branch information
sezero committed Dec 18, 2019
1 parent 39b5498 commit a779b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codecs/timidity/readmidi.c
Expand Up @@ -117,7 +117,7 @@ static MidiEventList *read_midi_event(MidiSong *song)
if (type>0 && type<16) if (type>0 && type<16)
{ {
/*dumpstring(song->rw, len, type);*/ /* see above */ /*dumpstring(song->rw, len, type);*/ /* see above */
SDL_RWseek(rw, len, RW_SEEK_CUR); SDL_RWseek(song->rw, len, RW_SEEK_CUR);
} }
else else
switch(type) switch(type)
Expand Down

0 comments on commit a779b03

Please sign in to comment.