eldbus: add brackets

Summary: assignment expression is always true.

Test Plan: make

Reviewers: cedric, devilhorns

Reviewed By: devilhorns

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7357
This commit is contained in:
Yeongjong Lee 2018-11-29 07:05:22 -05:00 committed by Chris Michael
parent 8b0b9ed281
commit e93dbf21a2
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ eldbus_model_arguments_process_arguments(Eldbus_Model_Arguments_Data *pd,
result = EINA_TRUE;
on_error:
while (property = eina_array_pop(changed_properties))
while ((property = eina_array_pop(changed_properties)))
eina_stringshare_del(property);
eina_array_free(changed_properties);
eina_value_free(value_struct);