diff --git a/src/hb-machinery.hh b/src/hb-machinery.hh index 86eb58d4254dbc35cfff9d574d807966ee2b4d29..a8d1ad53cac1dd41c009ddf253b5e19a26b9146b 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) }; \