Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_mime.c 


Log Message:
Fix const warnings.

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_mime.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- efreet_mime.c       13 Aug 2007 05:33:26 -0000      1.30
+++ efreet_mime.c       13 Aug 2007 05:36:03 -0000      1.31
@@ -260,8 +260,9 @@
 efreet_mime_globs_type_get(const char *file)
 {
     Efreet_Mime_Glob *g;
-    char *s, *sl, *p;
-    const char *ext, *mime;
+    char *sl, *p;
+    const char *s;
+    char *ext, *mime;
 
     /*
      * Check in the extension hash for the type



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to