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 ccd8337c5a..d7ecdccd30 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -418,7 +418,7 @@ void gui_list_screen_scroll_out_of_view(bool enable)
418 * both the title and icon. Use NOICON if there is no icon. 418 * both the title and icon. Use NOICON if there is no icon.
419 */ 419 */
420void gui_synclist_set_title(struct gui_synclist * gui_list, 420void gui_synclist_set_title(struct gui_synclist * gui_list,
421 const char * title, enum themable_icons icon) 421 char * title, enum themable_icons icon)
422{ 422{
423 gui_list->title = title; 423 gui_list->title = title;
424 gui_list->title_icon = icon; 424 gui_list->title_icon = icon;