[dwrite] Fix extra semicolon issue

This commit is contained in:
Iceflower 2019-09-26 11:35:27 +02:00 committed by Ebrahim Byagowi
parent b0c3eb06b6
commit c4567968cd
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ _hb_directwrite_shape_full (hb_shape_plan_t *shape_plan,
HB_STMT_START { \
DEBUG_MSG (DIRECTWRITE, nullptr, __VA_ARGS__); \
return false; \
} HB_STMT_END;
} HB_STMT_END
if (FAILED (hr))
FAIL ("Analyzer failed to generate results.");