summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/bitmap/list.c2
1 files changed, 1 insertions, 1 deletions
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)
450 return ACTION_NONE; 450 return ACTION_NONE;
451 } 451 }
452 /* Everything above the items is cancel */ 452 /* Everything above the items is cancel */
453 else if (y < list_text_vp->.y && button == BUTTON_REL) 453 else if (y < list_text_vp->y && button == BUTTON_REL)
454 return ACTION_STD_CANCEL; 454 return ACTION_STD_CANCEL;
455 } 455 }
456 return ACTION_NONE; 456 return ACTION_NONE;