diff options
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r-- | apps/gui/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c index ac084984eb..4e030c0a5f 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -166,7 +166,7 @@ void gui_list_draw(struct gui_list * gui_list) for(i = 0;i < display->nb_lines;i++) { char entry_buffer[MAX_PATH]; - char * entry_name; + unsigned char *entry_name; int current_item = gui_list->start_item + i; /* When there are less items to display than the |