Fix warning.

SVN revision: 19616
This commit is contained in:
sebastid 2006-01-07 17:39:28 +00:00 committed by sebastid
parent 792e1868df
commit 60cf81f63e
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ e_util_glob_match(const char *str, const char *glob)
EAPI int
e_util_glob_case_match(const char *str, const char *glob)
{
char *tstr, *tglob, *p, *tp;
const char *p;
char *tstr, *tglob, *tp;
if (glob[0] == 0)
{