Fix red - type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22966 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2438d1693b
commit
6b8a78f793
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue