summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/bitmap/list.c')
-rw-r--r--apps/gui/bitmap/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c
index 8e4cd44d21..71c74dbd09 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -173,7 +173,7 @@ void list_draw(struct screen *display, struct gui_synclist *list)
173 for (i=start; i<end && i<list->nb_items; i++) 173 for (i=start; i<end && i<list->nb_items; i++)
174 { 174 {
175 /* do the text */ 175 /* do the text */
176 unsigned char *s; 176 unsigned const char *s;
177 char entry_buffer[MAX_PATH]; 177 char entry_buffer[MAX_PATH];
178 unsigned char *entry_name; 178 unsigned char *entry_name;
179 int text_pos = 0; 179 int text_pos = 0;