summaryrefslogtreecommitdiff
path: root/apps/playlist_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_catalog.h')
-rw-r--r--apps/playlist_catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_catalog.h b/apps/playlist_catalog.h
index 2e317128b7..17efd0ea7e 100644
--- a/apps/playlist_catalog.h
+++ b/apps/playlist_catalog.h
@@ -29,7 +29,7 @@ void catalog_set_directory(const char* directory);
29 29
30/* 30/*
31 * View list of playlists in catalog. 31 * View list of playlists in catalog.
32 * ret : true if no error 32 * ret : true if item was selected
33 */ 33 */
34bool catalog_view_playlists(void); 34bool catalog_view_playlists(void);
35 35