From 5d4c04e65ab5e2ea5a0b757e1db2e7741cce9954 Mon Sep 17 00:00:00 2001 From: alle Date: Sat, 10 Apr 2010 21:11:19 +0000 Subject: [PATCH] Use the existing type instead of defining an ad hoc one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25575 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/list.c b/apps/gui/list.c index 2ee7fa790..11a4c3601 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; -- 2.11.4.GIT