Francois Gouget : gdi32: Fix the FreeType case in a comment.
Module: wine Branch: master Commit: 5f79b5f6e54647f7442ae1983bd595e070088e5e URL: https://source.winehq.org/git/wine.git/?a=commit;h=5f79b5f6e54647f7442ae1983... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Mar 12 13:42:19 2019 +0100 gdi32: Fix the FreeType case in a comment. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdi32/freetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c index 098faff..68d232e 100644 --- a/dlls/gdi32/freetype.c +++ b/dlls/gdi32/freetype.c @@ -4178,7 +4178,7 @@ static BOOL init_freetype(void) ((FT_Version.minor << 8) & 0x00ff00) | ((FT_Version.patch ) & 0x0000ff); - /* In Freetype < 2.8.1 v40's FT_LOAD_TARGET_MONO has broken advance widths. */ + /* In FreeType < 2.8.1 v40's FT_LOAD_TARGET_MONO has broken advance widths. */ if (pFT_Property_Set && FT_SimpleVersion < FT_VERSION_VALUE(2, 8, 1)) { FT_UInt interpreter_version = 35;
participants (1)
-
Alexandre Julliard