summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 1601447b58..77dc5da1b4 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -116,7 +116,7 @@ void browse_context_init(struct browse_context *browse,
116 char *title, enum themable_icons icon, 116 char *title, enum themable_icons icon,
117 const char *root, const char *selected); 117 const char *root, const char *selected);
118int rockbox_browse(struct browse_context *browse); 118int rockbox_browse(struct browse_context *browse);
119bool create_playlist(void); 119int create_playlist(void);
120void resume_directory(const char *dir); 120void resume_directory(const char *dir);
121static inline void tree_lock_cache(struct tree_context *t) 121static inline void tree_lock_cache(struct tree_context *t)
122{ 122{