Add const

SVN revision: 34011
This commit is contained in:
Sebastian Dransfeld 2008-03-13 06:38:16 +00:00
parent 0c387e3c74
commit 00065fd407
1 changed files with 1 additions and 1 deletions

View File

@ -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;