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:
parent
4779456c3f
commit
4702770933
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue