src/hb-machinery.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7dd945a8764cbbf76f686fd9387918b63f7d2fb4 Author: Behdad Esfahbod <[email protected]> Date: Thu Nov 22 01:05:02 2018 -0500 One more time.. diff --git a/src/hb-machinery.hh b/src/hb-machinery.hh index 86eb58d4..a8d1ad53 100644 --- a/src/hb-machinery.hh +++ b/src/hb-machinery.hh @@ -95,7 +95,7 @@ static inline Type& StructAfter(TObject &X) #define DEFINE_SIZE_STATIC(size) \ - DEFINE_INSTANCE_ASSERTION (sizeof (*this) == (size)); \ + DEFINE_INSTANCE_ASSERTION (sizeof (*this) == (size)) \ inline unsigned int get_size (void) const { return (size); } \ enum { null_size = (size) }; \ enum { min_size = (size) }; \ _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
