From 3c3d7c212e1bd3ff6af0e1e666361d1081ca1e3f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 10 Dec 2015 11:54:41 +0100 Subject: [PATCH] Another typo. --- src/autofit/afshaper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autofit/afshaper.c b/src/autofit/afshaper.c index 41e58f6bb..e72fe495e 100644 --- a/src/autofit/afshaper.c +++ b/src/autofit/afshaper.c @@ -487,7 +487,7 @@ #ifdef FT_DEBUG_LEVEL_TRACE if ( feature && *count > 1 ) - FT_TRACE1(( "af_get_char_index:" + FT_TRACE1(( "af_shaper_get_cluster:" " input character mapped to multiple glyphs\n" )); #endif