summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index c69e28fcaa..e995784742 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -49,7 +49,7 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
49#define IDX_BUF_DEPTH 64 49#define IDX_BUF_DEPTH 64
50 50
51/* Tag Cache Header version 'TCHxx'. Increment when changing internal structures. */ 51/* Tag Cache Header version 'TCHxx'. Increment when changing internal structures. */
52#define TAGCACHE_MAGIC 0x5443480c 52#define TAGCACHE_MAGIC 0x5443480d
53 53
54/* How much to allocate extra space for ramcache. */ 54/* How much to allocate extra space for ramcache. */
55#define TAGCACHE_RESERVE 32768 55#define TAGCACHE_RESERVE 32768