[cairo-ft] Fix typo in comment

This commit is contained in:
Peter Weilbacher 2008-01-19 20:48:39 -05:00 committed by Behdad Esfahbod
parent 0fb800ff22
commit f072d815d4

View file

@ -1352,7 +1352,7 @@ _get_pattern_ft_options (FcPattern *pattern, cairo_ft_options_t *ret)
if (!hinting) {
ft_options.base.hint_style = CAIRO_HINT_STYLE_NONE;
}
#endif /* FC_FHINT_STYLE */
#endif /* FC_HINT_STYLE */
} else {
ft_options.base.antialias = CAIRO_ANTIALIAS_NONE;
}