diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/gui/bitmap/list.c | 2 |
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 */ if (y > list_text[SCREEN_MAIN].y) { - int i, line_height, actual_y; + int line_height, actual_y; actual_y = y - list_text[SCREEN_MAIN].y; line_height = font_get(parent->font)->height; |