Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_mime.c 


Log Message:
Remove cast.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_mime.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_int_config_mime.c 12 Jan 2007 13:23:16 -0000      1.22
+++ e_int_config_mime.c 12 Jan 2007 13:28:42 -0000      1.23
@@ -498,7 +498,7 @@
    m1 = data1;
    m2 = data2;
    
-   return (strcmp((const char *)m1->mime, (const char *)m2->mime));
+   return (strcmp(m1->mime, m2->mime));
 }
 
 static Config_Mime *



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to