1
0
Fork 0
forked from len0rd/rockbox

midi plugin: make local functions static where possible

Change-Id: I702755529f98015586b5b9592ced75cf7591880c
This commit is contained in:
Bertrik Sikken 2012-02-18 12:06:48 +01:00
parent 43a940c8cb
commit 8a87b663ed
7 changed files with 10 additions and 9 deletions

View file

@ -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