diff options
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r-- | apps/playlist_viewer.c | 6 |
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) /* How to display a track */ static bool track_display(void) { - char* names[] = { - str(LANG_DISPLAY_TRACK_NAME_ONLY), - str(LANG_DISPLAY_FULL_PATH) + struct opt_items names[] = { + { STR(LANG_DISPLAY_TRACK_NAME_ONLY) }, + { STR(LANG_DISPLAY_FULL_PATH) } }; return set_option(str(LANG_TRACK_DISPLAY), |