Fix red - type

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22966 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2009-10-05 20:05:55 +00:00
parent 2438d1693b
commit 6b8a78f793

View file

@ -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;