[HB] Ouch. Fix compilation.
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 12 Aug 2009 19:48:44 +0000 (15:48 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:40 +0000 (14:40 -0500)
src/hb-ot-layout-gpos-private.hh

index c7ac4f0..e357b01 100644 (file)
@@ -919,7 +919,7 @@ struct MarkBasePosFormat1
       if (HB_UNLIKELY (i == count))
        return false;
       i++, j--;
-    } while (_hb_ot_layout_skip_mark (context->face, IN_INFO (j), LookupFlag::IgnoreMarks, &property))
+    } while (_hb_ot_layout_skip_mark (context->face, IN_INFO (j), LookupFlag::IgnoreMarks, &property));
 
 #if 0
     /* The following assertion is too strong. */