diff options
Diffstat (limited to 'apps/playlist_catalog.h')
-rw-r--r-- | apps/playlist_catalog.h | 2 |
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); /* * View list of playlists in catalog. - * ret : true if no error + * ret : true if item was selected */ bool catalog_view_playlists(void); |