Fix typo; ouch!

This commit is contained in:
Behdad Esfahbod 2014-06-27 18:07:00 -04:00
parent 7d4ada66c9
commit af528b6674
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ struct CmapSubtable
case 10: return TRACE_RETURN (u.format10.sanitize (c));
case 12: return TRACE_RETURN (u.format12.sanitize (c));
case 13: return TRACE_RETURN (u.format13.sanitize (c));
case 14: return TRACE_RETURN (u.format13.sanitize (c));
case 14: return TRACE_RETURN (u.format14.sanitize (c));
default:return TRACE_RETURN (true);
}
}