From: Michiharu Ariza Date: Wed, 5 Dec 2018 06:40:07 +0000 (-0800) Subject: fix typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e81b153aff1f2e301e73ca1a15a9bc5b2e7bb82;p=platform%2Fupstream%2FlibHarfBuzzSharp.git fix typo --- diff --git a/src/hb-cff-interp-dict-common.hh b/src/hb-cff-interp-dict-common.hh index ace91be..7eafc7c 100644 --- a/src/hb-cff-interp-dict-common.hh +++ b/src/hb-cff-interp-dict-common.hh @@ -204,7 +204,7 @@ struct DictOpSet : OpSet break; case FRAC_PART: - if (likely ((fract_count <= MAX_FRACT / 10))) + if (likely ((frac_count <= MAX_FRACT / 10))) { frac_part = (frac_part * 10) + d; frac_count++;