summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r--apps/gui/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 29c80574c2..df5df22ca1 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -490,7 +490,7 @@ void gui_list_screen_scroll_out_of_view(bool enable)
490 * both the title and icon. Use NOICON if there is no icon. 490 * both the title and icon. Use NOICON if there is no icon.
491 */ 491 */
492void gui_synclist_set_title(struct gui_synclist * gui_list, 492void gui_synclist_set_title(struct gui_synclist * gui_list,
493 char * title, enum themable_icons icon) 493 const char * title, enum themable_icons icon)
494{ 494{
495 gui_list->title = title; 495 gui_list->title = title;
496 gui_list->title_icon = icon; 496 gui_list->title_icon = icon;