warning--

SVN revision: 53989
This commit is contained in:
Gustavo Lima Chaves 2010-10-29 13:04:05 +00:00
parent 5113b69035
commit a00f33c009
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ static const char *
_elm_config_eet_close_error_get(Eet_File *ef, char *file)
{
Eet_Error err;
char *erstr = NULL;
const char *erstr = NULL;
err = eet_close(ef);
switch (err)