FcConfigParseAndLoad doc was missing the last param.

Typo lost the last param to this function.
This commit is contained in:
Keith Packard 2007-10-18 08:56:42 -07:00
parent 07e646cc84
commit 26437d4924
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ FC_CONFIG_DIR environment variable.
@FUNC@ FcConfigParseAndLoad @FUNC@ FcConfigParseAndLoad
@TYPE1@ FcConfig * @ARG1@ config @TYPE1@ FcConfig * @ARG1@ config
@TYPE2@ const FcChar8 * @ARG2@ file @TYPE2@ const FcChar8 * @ARG2@ file
@TYPE2@ FcBool% @ARG3@ complain @TYPE3@ FcBool% @ARG3@ complain
@PURPOSE@ load a configuration file @PURPOSE@ load a configuration file
@DESC@ @DESC@
Walks the configuration in 'file' and constructs the internal representation Walks the configuration in 'file' and constructs the internal representation