From 6b8a78f7939b2eaccce578b68fd5831fc79f0a71 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Mon, 5 Oct 2009 20:05:55 +0000 Subject: Fix red - type git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22966 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/bitmap/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/bitmap/list.c') diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index 5c582ae55e..44587cd378 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -450,7 +450,7 @@ unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list) return ACTION_NONE; } /* Everything above the items is cancel */ - else if (y < list_text_vp->.y && button == BUTTON_REL) + else if (y < list_text_vp->y && button == BUTTON_REL) return ACTION_STD_CANCEL; } return ACTION_NONE; -- cgit v1.2.3