Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Add const

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -3 -r1.136 -r1.137
--- e_apps.c    14 May 2006 03:49:46 -0000      1.136
+++ e_apps.c    31 May 2006 16:29:07 -0000      1.137
@@ -33,7 +33,7 @@
 
 struct _E_App_Scan_Cache
 {
-   char          *path;
+   const char    *path;
    E_App_Cache   *cache;
    E_App         *app;
    Ecore_List    *files;




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to