forked from len0rd/rockbox
midi plugin: make local functions static where possible
Change-Id: I702755529f98015586b5b9592ced75cf7591880c
This commit is contained in:
parent
43a940c8cb
commit
8a87b663ed
7 changed files with 10 additions and 9 deletions
|
@ -319,7 +319,7 @@ static inline void synthbuf(void)
|
|||
samples_in_buf = BUF_SIZE-i;
|
||||
}
|
||||
|
||||
void get_more(unsigned char** start, size_t* size)
|
||||
static void get_more(unsigned char** start, size_t* size)
|
||||
{
|
||||
#ifndef SYNC
|
||||
if(lastswap != swap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue