Fix a typo
This commit is contained in:
parent
fa6c6b53c5
commit
249306fbd7
|
@ -2293,7 +2293,7 @@ FcParseInclude (FcConfigParse *parse)
|
||||||
FcBool deprecated = FcFalse;
|
FcBool deprecated = FcFalse;
|
||||||
#endif
|
#endif
|
||||||
FcChar8 *prefix = NULL, *p;
|
FcChar8 *prefix = NULL, *p;
|
||||||
FcChar8 userdir, userconf;
|
FcChar8 *userdir = NULL, *userconf = NULL;
|
||||||
|
|
||||||
s = FcStrBufDoneStatic (&parse->pstack->str);
|
s = FcStrBufDoneStatic (&parse->pstack->str);
|
||||||
if (!s)
|
if (!s)
|
||||||
|
|
Loading…
Reference in New Issue