From e1394d56752cac3bd68ab2358a8e1384ce7b9aaa Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 4 Aug 2014 07:35:13 +0200 Subject: [PATCH] Minor documentation improvement. --- include/freetype.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/freetype.h b/include/freetype.h index 9ab843cf1..d6217e947 100644 --- a/include/freetype.h +++ b/include/freetype.h @@ -3061,9 +3061,8 @@ FT_BEGIN_HEADER /* glyph index~0 always corresponds to the `missing glyph' (called */ /* `.notdef'). */ /* */ - /* This function is not compiled within the library if the config */ - /* macro `FT_CONFIG_OPTION_NO_GLYPH_NAMES' is defined in */ - /* `ftoptions.h'. */ + /* This function always returns an error if the config macro */ + /* `FT_CONFIG_OPTION_NO_GLYPH_NAMES' is not defined in `ftoptions.h'. */ /* */ FT_EXPORT( FT_Error ) FT_Get_Glyph_Name( FT_Face face,