summaryrefslogtreecommitdiff
path: root/apps/dbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dbtree.h')
-rw-r--r--apps/dbtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dbtree.h b/apps/dbtree.h
index 5cf2e4feed..2c51b34a32 100644
--- a/apps/dbtree.h
+++ b/apps/dbtree.h
@@ -22,7 +22,7 @@
22#include "tree.h" 22#include "tree.h"
23 23
24enum table { invalid, root, allsongs, allalbums, allartists, 24enum table { invalid, root, allsongs, allalbums, allartists,
25 albums4artist, songs4album, 25 albums4artist, songs4album, songs4artist,
26 search, searchartists, searchalbums, searchsongs }; 26 search, searchartists, searchalbums, searchsongs };
27 27
28int db_init(void); 28int db_init(void);