forked from len0rd/rockbox
Limit more variables to file scope
Change-Id: I30219d626316776eb73b4205d63376fa3dbc6361
This commit is contained in:
parent
85c98bc63c
commit
2a3e1628a5
21 changed files with 70 additions and 77 deletions
|
|
@ -35,7 +35,7 @@
|
|||
/* Global variables for the parser */
|
||||
int skin_line = 0;
|
||||
char* skin_start = 0;
|
||||
int viewport_line = 0;
|
||||
static int viewport_line = 0;
|
||||
|
||||
#ifdef ROCKBOX
|
||||
static skin_callback callback = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue