summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index 8b9470cdca..8d6429f767 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -792,9 +792,9 @@ static bool show_indices(void)
792/* How to display a track */ 792/* How to display a track */
793static bool track_display(void) 793static bool track_display(void)
794{ 794{
795 char* names[] = { 795 struct opt_items names[] = {
796 str(LANG_DISPLAY_TRACK_NAME_ONLY), 796 { STR(LANG_DISPLAY_TRACK_NAME_ONLY) },
797 str(LANG_DISPLAY_FULL_PATH) 797 { STR(LANG_DISPLAY_FULL_PATH) }
798 }; 798 };
799 799
800 return set_option(str(LANG_TRACK_DISPLAY), 800 return set_option(str(LANG_TRACK_DISPLAY),