From 4bbdc5c3a3c1fa0a914989a660b0c53ad024ab16 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 6 Jun 2008 18:44:59 +0000 Subject: Fix yellow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17696 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/bitmap/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3