diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-03-06 15:21:58 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-03-06 15:21:58 +0000 |
commit | 2b6e4adbd2cd2880e4d94d9519361617bfe8e755 (patch) | |
tree | 49bd5355328abdb6bbe1103d95de199a23dcadd5 /apps/tagcache.h | |
parent | 6f030a01c97063b4ec0e1c30a62016cbfd8eea05 (diff) | |
download | rockbox-2b6e4adbd2cd2880e4d94d9519361617bfe8e755.tar.gz rockbox-2b6e4adbd2cd2880e4d94d9519361617bfe8e755.zip |
Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effort
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20214 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r-- | apps/tagcache.h | 2 |
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, #define IDX_BUF_DEPTH 64 /* Tag Cache Header version 'TCHxx'. Increment when changing internal structures. */ -#define TAGCACHE_MAGIC 0x5443480c +#define TAGCACHE_MAGIC 0x5443480d /* How much to allocate extra space for ramcache. */ #define TAGCACHE_RESERVE 32768 |