From ea0367fbfeee863ef635ac3d427738ba63864e2d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 3 Jan 2014 18:06:45 +0100 Subject: [PATCH] [autofit] Minor. --- src/autofit/afcover.h | 2 +- src/autofit/afglobal.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/autofit/afcover.h b/src/autofit/afcover.h index 12148e0e0..d5ac96944 100644 --- a/src/autofit/afcover.h +++ b/src/autofit/afcover.h @@ -4,7 +4,7 @@ /* */ /* Auto-fitter coverages (specification only). */ /* */ -/* Copyright 2013 by */ +/* Copyright 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ diff --git a/src/autofit/afglobal.c b/src/autofit/afglobal.c index 5066d9c07..d92c6ade3 100644 --- a/src/autofit/afglobal.c +++ b/src/autofit/afglobal.c @@ -137,10 +137,10 @@ error = FT_Select_Charmap( face, FT_ENCODING_UNICODE ); if ( error ) { - /* - * Ignore this error; we simply use the fallback style. - * XXX: Shouldn't we rather disable hinting? - */ + /* + * Ignore this error; we simply use the fallback style. + * XXX: Shouldn't we rather disable hinting? + */ error = FT_Err_Ok; goto Exit; }