genlist: remove unnecessary bracket

This commit is contained in:
Amitesh Singh 2015-08-19 10:11:53 +05:30
parent 9118eaf19d
commit 1cbeca359d
1 changed files with 1 additions and 1 deletions

View File

@ -2579,7 +2579,7 @@ _item_single_select_down(Elm_Genlist_Data *sd)
next = eo_data_scope_get(eo_next, ELM_GENLIST_ITEM_CLASS);
}
while ((next))
while (next)
{
if ((!_is_no_select(next)) &&
(!elm_object_item_disabled_get(EO_OBJ(next))))