summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 2ee7fa7..11a4c36 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -805,7 +805,7 @@ bool simplelist_show_list(struct simplelist_info *info)
{
struct gui_synclist lists;
int action, old_line_count = simplelist_line_count, i;
- const char* (*getname)(int item, void * data, char *buffer, size_t buffer_len);
+ list_get_name *getname;
int wrap = LIST_WRAP_UNLESS_HELD;
if (info->get_name)
getname = info->get_name;