[autofit] Minor.

This commit is contained in:
Werner Lemberg 2014-01-03 18:06:45 +01:00
parent 5c7f5500e8
commit ea0367fbfe
2 changed files with 5 additions and 5 deletions

View File

@ -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, */

View File

@ -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;
}