src/hb-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 27c5317d918971c2fb67c213621a19ac790440e4 Author: Behdad Esfahbod <[email protected]> Date: Tue Jul 10 13:03:42 2018 +0200 Fix alignof impl diff --git a/src/hb-private.hh b/src/hb-private.hh index 6893bfd3..8609e04a 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -103,7 +103,7 @@ extern "C" void hb_free_impl(void *ptr); #endif #ifndef alignof -#define alignof(x) _hb_alignof<x>::value; +#define alignof(x) (_hb_alignof<x>::value) template <typename T> struct _hb_alignof { _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
