[font] Fix a MSVC "error"

Oh well.

Fixes https://github.com/harfbuzz/harfbuzz/issues/4122
This commit is contained in:
Behdad Esfahbod 2023-02-16 15:03:50 -07:00
parent b41efb6c4d
commit 946477fa54
1 changed files with 1 additions and 1 deletions

View File

@ -2489,7 +2489,7 @@ hb_font_set_synthetic_bold (hb_font_t *font,
if (font->x_embolden == x_embolden &&
font->y_embolden == y_embolden &&
font->embolden_in_place == in_place)
font->embolden_in_place == (bool) in_place)
return;
font->serial++;