summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/bitmap')
-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 53874a8dfa..b2987e9853 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -103,7 +103,7 @@ static void _default_listdraw_fn(struct list_putlineinfo_t *list_info)
103 bool show_cursor = list_info->show_cursor; 103 bool show_cursor = list_info->show_cursor;
104 bool have_icons = list_info->have_icons; 104 bool have_icons = list_info->have_icons;
105 struct line_desc *linedes = list_info->linedes; 105 struct line_desc *linedes = list_info->linedes;
106 char *dsp_text = list_info->dsp_text; 106 const char *dsp_text = list_info->dsp_text;
107 107
108 if (is_title) 108 if (is_title)
109 { 109 {