forked from len0rd/rockbox
Limit "struct dircache_runinfo" to file scope
Change-Id: Ib3edef9a4568605a36bdacde174dfa6bca2d26fa
This commit is contained in:
parent
09f7bb82ca
commit
812406f430
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ static struct dircache
|
||||||
} dircache;
|
} dircache;
|
||||||
|
|
||||||
/* struct that is used only for the cache in main memory */
|
/* struct that is used only for the cache in main memory */
|
||||||
struct dircache_runinfo
|
static struct dircache_runinfo
|
||||||
{
|
{
|
||||||
/* cache setting and build info */
|
/* cache setting and build info */
|
||||||
int suspended; /* dircache suspend count */
|
int suspended; /* dircache suspend count */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue