forked from len0rd/rockbox
More static'ing, and a few fixes resulting from that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11737 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
819712f118
commit
314f3b58f1
12 changed files with 67 additions and 108 deletions
|
|
@ -537,7 +537,7 @@ static int add_plugin(char *plugin)
|
|||
}
|
||||
|
||||
/* read config file (or cahe file) */
|
||||
bool read_config(const char* file)
|
||||
static bool read_config(const char* file)
|
||||
{
|
||||
enum {extension,
|
||||
plugin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue