summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 abae87e3b5..0d1d944dee 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -343,7 +343,7 @@ unsigned gui_synclist_do_touchpad(struct gui_synclist * gui_list, struct viewpor
343 */ 343 */
344 if (y > list_text[SCREEN_MAIN].y) 344 if (y > list_text[SCREEN_MAIN].y)
345 { 345 {
346 int i, line_height, actual_y; 346 int line_height, actual_y;
347 347
348 actual_y = y - list_text[SCREEN_MAIN].y; 348 actual_y = y - list_text[SCREEN_MAIN].y;
349 line_height = font_get(parent->font)->height; 349 line_height = font_get(parent->font)->height;