From c4567968cd175dc367ab951c9e3141ab5c03c2d6 Mon Sep 17 00:00:00 2001 From: Iceflower Date: Thu, 26 Sep 2019 11:35:27 +0200 Subject: [PATCH] [dwrite] Fix extra semicolon issue --- src/hb-directwrite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-directwrite.cc b/src/hb-directwrite.cc index a079563af..efb2029ec 100644 --- a/src/hb-directwrite.cc +++ b/src/hb-directwrite.cc @@ -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.");