[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Jul 10 11:04:07 UTC 2018


 src/hb-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 27c5317d918971c2fb67c213621a19ac790440e4
Author: Behdad Esfahbod <behdad at behdad.org>
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
 {


More information about the HarfBuzz mailing list