This isn't const.

SVN revision: 29030
This commit is contained in:
Sebastian Dransfeld 2007-03-24 18:16:11 +00:00
parent d602265712
commit cc298160ac
1 changed files with 1 additions and 1 deletions

View File

@ -2984,7 +2984,7 @@ _e_app_cb_exec(void *data, Efreet_Desktop *desktop, char *exec, int remaining)
E_App_Instance *inst = NULL;
E_App_Launch *launch;
Ecore_Exe *exe;
const char *penv_display;
char *penv_display;
char buf[4096];
launch = data;