[Pkg-e-commits] [SCM] Enlightenment DR17 graphical layout and animation library branch, upstream-vcs, updated. dbfd1e42ab9bb65dd20f7090b52de5a835acf26f
englebass
englebass at alioth.debian.org
Sat Mar 15 18:28:47 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 063b1a55f4008d442719de5d31ea27ba7ac4bd98
Author: englebass <englebass>
Date: Thu Mar 13 06:38:16 2008 +0000
Add const
diff --git a/src/lib/edje_program.c b/src/lib/edje_program.c
index 9610367..dc309c3 100644
--- a/src/lib/edje_program.c
+++ b/src/lib/edje_program.c
@@ -458,7 +458,7 @@ void
_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;
--
Enlightenment DR17 graphical layout and animation library
More information about the Pkg-e-commits
mailing list