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 2ee7fa7904..11a4c36015 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -805,7 +805,7 @@ bool simplelist_show_list(struct simplelist_info *info)
805{ 805{
806 struct gui_synclist lists; 806 struct gui_synclist lists;
807 int action, old_line_count = simplelist_line_count, i; 807 int action, old_line_count = simplelist_line_count, i;
808 const char* (*getname)(int item, void * data, char *buffer, size_t buffer_len); 808 list_get_name *getname;
809 int wrap = LIST_WRAP_UNLESS_HELD; 809 int wrap = LIST_WRAP_UNLESS_HELD;
810 if (info->get_name) 810 if (info->get_name)
811 getname = info->get_name; 811 getname = info->get_name;