summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/synth.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/synth.c')
-rw-r--r--apps/plugins/midi/synth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/synth.c b/apps/plugins/midi/synth.c
index 78aaab18f4..a3a3d608e7 100644
--- a/apps/plugins/midi/synth.c
+++ b/apps/plugins/midi/synth.c
@@ -124,7 +124,7 @@ int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig)
124 124
125 /* Scan our config file and load the right patches as needed */ 125 /* Scan our config file and load the right patches as needed */
126 int c = 0; 126 int c = 0;
127 rb->snprintf(name, 40, ""); 127 name[0] = '\0';
128 printf("\nLoading instruments"); 128 printf("\nLoading instruments");
129 for(a=0; a<128; a++) 129 for(a=0; a<128; a++)
130 { 130 {