summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midiplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/midiplay.c')
-rw-r--r--apps/plugins/midi/midiplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/midiplay.c b/apps/plugins/midi/midiplay.c
index cc8746308f..934cea7695 100644
--- a/apps/plugins/midi/midiplay.c
+++ b/apps/plugins/midi/midiplay.c
@@ -263,7 +263,7 @@ static int midimain(void * filename)
263 { 263 {
264 notesUsed = 0; 264 notesUsed = 0;
265 for(a=0; a<MAX_VOICES; a++) 265 for(a=0; a<MAX_VOICES; a++)
266 if(voices[a].isUsed == 1) 266 if(voices[a].isUsed)
267 notesUsed++; 267 notesUsed++;
268 tick(); 268 tick();
269 } while(notesUsed == 0); 269 } while(notesUsed == 0);