From b9ab75732ad53659b7aa9b6e7bb7e37769cb708f Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 10 Apr 2022 23:59:33 -0400 Subject: bitmap/list.c fix red --typo Change-Id: Iaa632e215d7d1e3758f62fedd72565fa633d925e --- apps/gui/bitmap/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index e11ca5386e..53874a8dfa 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -758,7 +758,7 @@ static int get_click_location(struct gui_synclist *list, int x, int y) if (viewport_point_within_vp(title, x, y)) retval = TITLE_TEXT; /* check the icon too */ - if (list->title_icon != Icon_NOICON && (list->show_icons) + if (list->title_icon != Icon_NOICON && list->show_icons) { int width = list_icon_width(screen); struct viewport vp = *title; -- cgit v1.2.3