[HarfBuzz] harfbuzz: Branch 'master'

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


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

New commits:
commit 763f878cc0595162255c58ffe7a82ac1ca51cb0b
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Jul 10 13:47:41 2018 +0200

    Fix syntax
    
    Oops.

diff --git a/src/hb-private.hh b/src/hb-private.hh
index 56606531..5131dded 100644
--- a/src/hb-private.hh
+++ b/src/hb-private.hh
@@ -74,7 +74,7 @@ extern "C" void  hb_free_impl(void *ptr);
 #define realloc hb_realloc_impl
 #define free hb_free_impl
 
-#if defined(hb_memalign_impl
+#if defined(hb_memalign_impl)
 extern "C" int hb_memalign_impl(void **memptr, size_t alignment, size_t size);
 #define posix_memalign hb_memalign_impl
 #else


More information about the HarfBuzz mailing list