Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_widget_ilist.c 


Log Message:
Minor formatting fix with parens.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_ilist.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_widget_ilist.c    1 May 2007 02:02:59 -0000       1.30
+++ e_widget_ilist.c    2 May 2007 17:16:08 -0000       1.31
@@ -115,7 +115,7 @@
    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;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to