s/ /~/
This commit is contained in:
parent
a3dd6d99a4
commit
e0b480d191
|
@ -38,15 +38,15 @@
|
||||||
/* The configuration macro FT_CONFIG_OPTION_USE_MODULE_ERRORS can be */
|
/* The configuration macro FT_CONFIG_OPTION_USE_MODULE_ERRORS can be */
|
||||||
/* defined in `ftoption.h' in order to make the higher byte indicate */
|
/* defined in `ftoption.h' in order to make the higher byte indicate */
|
||||||
/* the module where the error has happened (this is not compatible */
|
/* the module where the error has happened (this is not compatible */
|
||||||
/* with standard builds of FreeType 2, however). See the file */
|
/* with standard builds of FreeType~2, however). See the file */
|
||||||
/* `ftmoderr.h' for more details. */
|
/* `ftmoderr.h' for more details. */
|
||||||
/* */
|
/* */
|
||||||
/* *Error* *Message* *Strings* */
|
/* *Error* *Message* *Strings* */
|
||||||
/* */
|
/* */
|
||||||
/* Error definitions are set up with special macros that allow client */
|
/* Error definitions are set up with special macros that allow client */
|
||||||
/* applications to build a table of error message strings. The */
|
/* applications to build a table of error message strings. The */
|
||||||
/* strings are not included in a normal build of FreeType 2 to */
|
/* strings are not included in a normal build of FreeType~2 to save */
|
||||||
/* save space (most client applications do not use them). */
|
/* space (most client applications do not use them). */
|
||||||
/* */
|
/* */
|
||||||
/* To do so, you have to define the following macros before including */
|
/* To do so, you have to define the following macros before including */
|
||||||
/* this file. */
|
/* this file. */
|
||||||
|
|
Loading…
Reference in New Issue