bitmap/list.c fix red

--typo

Change-Id: Iaa632e215d7d1e3758f62fedd72565fa633d925e
This commit is contained in:
William Wilgus 2022-04-10 23:59:33 -04:00
parent ddcab156f7
commit b9ab75732a

View file

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