Declare variable.

SVN revision: 17207
This commit is contained in:
sebastid 2005-10-05 18:39:30 +00:00 committed by sebastid
parent 4d6bcecff4
commit a91b2bdfbd
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ ecore_file_app_exe_get(const char *app)
char *
ecore_file_strip_ext(const char *path)
{
char *p;
char *p, *file;
file = strdup(path);
if (!file) return NULL;