diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-06-06 18:44:59 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-06-06 18:44:59 +0000 |
commit | 4bbdc5c3a3c1fa0a914989a660b0c53ad024ab16 (patch) | |
tree | 9955ac179b1d18efd9053b8dda76f5ee8e692ae3 /apps | |
parent | e1753de41af9149b09fbacc6ac16515747d0b1f3 (diff) |
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17696 a1c6a512-1295-4272-9138-f99709370657
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; |