Minor formatting fix with parens.

SVN revision: 29803
This commit is contained in:
Christopher Michael 2007-05-02 17:16:08 +00:00
parent 765923de6b
commit 809c0ceffa
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ e_widget_ilist_unselect(Evas_Object *obj)
E_Widget_Data *wd;
wd = e_widget_data_get(obj);
if (wd->value && *(wd->value))
if ((wd->value) && *(wd->value))
{
free(*(wd->value));
*(wd->value) = NULL;