summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 436d85812b..8db1569379 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -170,7 +170,7 @@ static const char * const tag_type_str[] = {
170#endif /* ndef LOGF_ENABLE */ 170#endif /* ndef LOGF_ENABLE */
171 171
172/* Status information of the tagcache. */ 172/* Status information of the tagcache. */
173static struct tagcache_stat tc_stat; 173struct tagcache_stat tc_stat;
174 174
175/* Queue commands. */ 175/* Queue commands. */
176enum tagcache_queue { 176enum tagcache_queue {