summaryrefslogtreecommitdiff
path: root/apps/tagtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r--apps/tagtree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h
index 9f570917f7..2c85bf90e1 100644
--- a/apps/tagtree.h
+++ b/apps/tagtree.h
@@ -25,6 +25,7 @@
25#define TAGNAVI_VERSION "#! rockbox/tagbrowser/2.0" 25#define TAGNAVI_VERSION "#! rockbox/tagbrowser/2.0"
26#define TAGMENU_MAX_ITEMS 64 26#define TAGMENU_MAX_ITEMS 64
27#define TAGMENU_MAX_MENUS 16 27#define TAGMENU_MAX_MENUS 16
28#define TAGMENU_MAX_FMTS 32
28 29
29enum table { root = 1, navibrowse, allsubentries, playtrack }; 30enum table { root = 1, navibrowse, allsubentries, playtrack };
30 31