forked from len0rd/rockbox
Make a few local variables static
Change-Id: Ieb77a7f2cdf765afa3121320d03c0478cd97eb0f
This commit is contained in:
parent
5f5a83e1c9
commit
cfbd9cb22f
7 changed files with 10 additions and 10 deletions
|
|
@ -52,7 +52,7 @@
|
|||
#include "ata_idle_notify.h"
|
||||
|
||||
unsigned char logdiskfbuffer[MAX_LOGDISKF_SIZE];
|
||||
int logdiskfindex;
|
||||
static int logdiskfindex;
|
||||
#endif
|
||||
|
||||
/* Only provide all this if asked to */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue