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 663565ecdb..e95dd7cec9 100644
--- a/apps/plugins/midi/synth.c
+++ b/apps/plugins/midi/synth.c
@@ -23,7 +23,7 @@
23#include "midiutil.h" 23#include "midiutil.h"
24#include "synth.h" 24#include "synth.h"
25 25
26void readTextBlock(int file, char * buf) 26static void readTextBlock(int file, char * buf)
27{ 27{
28 char c = 0; 28 char c = 0;
29 do 29 do