Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_program.c 


Log Message:
Add const

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_program.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- edje_program.c      26 Feb 2008 20:12:00 -0000      1.59
+++ edje_program.c      13 Mar 2008 06:38:16 -0000      1.60
@@ -458,7 +458,7 @@
 _edje_program_end(Edje *ed, Edje_Running_Program *runp)
 {
    Evas_List *l;
-   char *pname = NULL;
+   const char *pname = NULL;
    int free_runp = 0;
 
    if (ed->delete_me) return;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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