From 8a87b663edee6dad6c711a03815f655ecbe9c19b Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 18 Feb 2012 12:06:48 +0100 Subject: midi plugin: make local functions static where possible Change-Id: I702755529f98015586b5b9592ced75cf7591880c --- apps/plugins/midi/synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/midi/synth.c') diff --git a/apps/plugins/midi/synth.c b/apps/plugins/midi/synth.c index 663565e..e95dd7c 100644 --- a/apps/plugins/midi/synth.c +++ b/apps/plugins/midi/synth.c @@ -23,7 +23,7 @@ #include "midiutil.h" #include "synth.h" -void readTextBlock(int file, char * buf) +static void readTextBlock(int file, char * buf) { char c = 0; do -- cgit v1.1