1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Alexander Levin 2010-04-10 21:11:19 +00:00
parent 4779456c3f
commit 4702770933

View file

@ -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;