1
0
Fork 0
forked from len0rd/rockbox

Make a few local variables static

Change-Id: Ieb77a7f2cdf765afa3121320d03c0478cd97eb0f
This commit is contained in:
Thomas Jarosch 2015-01-11 18:02:43 +01:00
parent 5f5a83e1c9
commit cfbd9cb22f
7 changed files with 10 additions and 10 deletions

View file

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