summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 50921d0baf..f9646a0b00 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -1501,8 +1501,8 @@ int tagtree_enter(struct tree_context* c)
1501 !global_settings.party_mode && 1501 !global_settings.party_mode &&
1502 playlist_modified(NULL)) 1502 playlist_modified(NULL))
1503 { 1503 {
1504 char *lines[]={ID2P(LANG_WARN_ERASEDYNPLAYLIST_PROMPT)}; 1504 static const char *lines[]={ID2P(LANG_WARN_ERASEDYNPLAYLIST_PROMPT)};
1505 struct text_message message={lines, 1}; 1505 static const struct text_message message={lines, 1};
1506 1506
1507 if (gui_syncyesno_run(&message, NULL, NULL) != YESNO_YES) 1507 if (gui_syncyesno_run(&message, NULL, NULL) != YESNO_YES)
1508 break; 1508 break;