summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/midi/midiutil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/midi/midiutil.c b/apps/plugins/midi/midiutil.c
index ab90e15c51..e10c593dc1 100644
--- a/apps/plugins/midi/midiutil.c
+++ b/apps/plugins/midi/midiutil.c
@@ -54,8 +54,7 @@ void *alloc(int size)
54 54
55 if (size + 4 > (int)totalSize) 55 if (size + 4 > (int)totalSize)
56 { 56 {
57 midi_debug("MALLOC BARF"); 57 midi_debug("Out of Memory");
58 midi_debug("MALLOC BARF");
59 midi_debug("MALLOC BARF"); 58 midi_debug("MALLOC BARF");
60 midi_debug("MALLOC BARF"); 59 midi_debug("MALLOC BARF");
61 midi_debug("MALLOC BARF"); 60 midi_debug("MALLOC BARF");