Fix a typo

This commit is contained in:
Akira TAGOH 2015-05-22 20:45:05 +09:00
parent fa6c6b53c5
commit 249306fbd7
1 changed files with 1 additions and 1 deletions

View File

@ -2293,7 +2293,7 @@ FcParseInclude (FcConfigParse *parse)
FcBool deprecated = FcFalse;
#endif
FcChar8 *prefix = NULL, *p;
FcChar8 userdir, userconf;
FcChar8 *userdir = NULL, *userconf = NULL;
s = FcStrBufDoneStatic (&parse->pstack->str);
if (!s)