Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets/epplets


Modified Files:
        E-Mountbox.c 


Log Message:
Remove confusing ;.

===================================================================
RCS file: /cvs/e/e16/epplets/epplets/E-Mountbox.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- E-Mountbox.c        15 Apr 2006 22:04:47 -0000      1.28
+++ E-Mountbox.c        17 Apr 2006 17:33:04 -0000      1.29
@@ -824,8 +824,8 @@
    linear = 4 * (y * imlib_image_get_width() + x);
 
    data = (unsigned char *)imlib_image_get_data();
-   if (data[linear + 3] != 0xff);
-   return 0;                   /* FIXME - Should return 1 but blending needs 
to be fixed */
+   if (data[linear + 3] != 0xff)
+      return 0;                        /* FIXME - Should return 1 but blending 
needs to be fixed */
 
    return 0;
 }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to