summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1e580bf..96b06eb 100644
--- a/firmware/common/dircache.c
+++ b/firmware/common/dircache.c
@@ -238,7 +238,7 @@ static struct dircache
} dircache;
/* struct that is used only for the cache in main memory */
-struct dircache_runinfo
+static struct dircache_runinfo
{
/* cache setting and build info */
int suspended; /* dircache suspend count */