From 9c5594ad13e9143e86a7fd94f90858795ae2970b Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Mon, 28 Apr 2008 19:15:05 +0200 Subject: Fix typo in mkfontscale.c. This spurious break statement disabled checking for Apple and ISO Unicode CMaps in SFNT fonts. Thanks to Alan Coopersmith and Stefan Dirsch. --- mkfontscale.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mkfontscale.c') diff --git a/mkfontscale.c b/mkfontscale.c index 5d9e3de..997304a 100644 --- a/mkfontscale.c +++ b/mkfontscale.c @@ -1130,7 +1130,6 @@ find_cmap(int type, int pid, int eid, FT_Face face) return 1; } } - break; /* Try Apple Unicode */ for(i=0; icharmaps[i]; -- cgit v1.2.3