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 4253f608cc..51b063d7ff 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -60,7 +60,7 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
60/* How many entries to fetch to the seek table at once while searching. */ 60/* How many entries to fetch to the seek table at once while searching. */
61#define SEEK_LIST_SIZE 32 61#define SEEK_LIST_SIZE 32
62 62
63/* Always strict align entries for best performance and binary compatability. */ 63/* Always strict align entries for best performance and binary compatibility. */
64#define TAGCACHE_STRICT_ALIGN 1 64#define TAGCACHE_STRICT_ALIGN 1
65 65
66/* Max events in the internal tagcache command queue. */ 66/* Max events in the internal tagcache command queue. */