Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_util.c 


Log Message:
warning fix
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_util.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- edje_util.c 30 Oct 2004 02:30:55 -0000      1.44
+++ edje_util.c 30 Oct 2004 11:08:17 -0000      1.45
@@ -1491,7 +1491,7 @@
 _edje_unblock(Edje *ed)
 {
    int ret = 0;
-   if (!ed) return;
+   if (!ed) return ret;
 
    ed->block--;
    if (ed->block == 0)




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to