commit | f7a08cd41df1ff3e44aa838306218ae0565b7273 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Tue Oct 30 11:29:09 2018 +0330 |
committer | GitHub <noreply@github.com> | Tue Oct 30 11:29:09 2018 +0330 |
tree | 2fb4be5a69704dcc72157dfdd6adb5dafed37def | |
parent | 422debb830fe150c26e1628f77531f41f0871325 [diff] [blame] |
Fix extra semicolon issues and test that on CI (#1330)
diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index 03fdac2..c4af420 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh
@@ -271,7 +271,7 @@ syllable arg1(0), #undef arg1 match_func (nullptr), - match_data (nullptr) {}; + match_data (nullptr) {} typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data);