summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2015-01-01 13:51:08 +0100
committerThomas Jarosch <tomj@simonv.com>2015-01-01 13:51:08 +0100
commit812406f4307775f65ab18ff7dc8ca9c74d3b60c7 (patch)
tree1d8c18ff63cddd7fd90c71a7620d34bb164443ee
parent09f7bb82cacc8c63a2b9324e9491d2d06ed92fbd (diff)
downloadrockbox-812406f4307775f65ab18ff7dc8ca9c74d3b60c7.tar.gz
rockbox-812406f4307775f65ab18ff7dc8ca9c74d3b60c7.zip
Limit "struct dircache_runinfo" to file scope
Change-Id: Ib3edef9a4568605a36bdacde174dfa6bca2d26fa
-rw-r--r--firmware/common/dircache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/dircache.c b/firmware/common/dircache.c
index 1e580bf3af..96b06eb547 100644
--- a/firmware/common/dircache.c
+++ b/firmware/common/dircache.c
@@ -238,7 +238,7 @@ static struct dircache
238} dircache; 238} dircache;
239 239
240/* struct that is used only for the cache in main memory */ 240/* struct that is used only for the cache in main memory */
241struct dircache_runinfo 241static struct dircache_runinfo
242{ 242{
243 /* cache setting and build info */ 243 /* cache setting and build info */
244 int suspended; /* dircache suspend count */ 244 int suspended; /* dircache suspend count */