Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_image.c 


Log Message:
Remove unnecessary cast

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- ewl_image.c 31 Dec 2007 05:56:17 -0000      1.71
+++ ewl_image.c 31 Dec 2007 06:50:32 -0000      1.72
@@ -664,7 +664,7 @@
        image = w;
 
        ewl_image_thumbnail_request(EWL_IMAGE_THUMBNAIL(thumb),
-                       (char *)ewl_image_file_path_get(EWL_IMAGE(image)));
+                       ewl_image_file_path_get(EWL_IMAGE(image)));
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to