summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-12 15:48:44 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-12 15:48:44 -0400
commit4d5bd658c7b78392d24ad4cc82d800b6d0fc8434 (patch)
tree0a47b80eac237943919816387b1ea7f0a3933934
parentebdcfbeb5aeb3e827326844f2f942570e503e26a (diff)
downloadpango-4d5bd658c7b78392d24ad4cc82d800b6d0fc8434.tar.gz
[HB] Ouch. Fix compilation.
-rw-r--r--pango/opentype/hb-ot-layout-gpos-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-ot-layout-gpos-private.hh b/pango/opentype/hb-ot-layout-gpos-private.hh
index c7ac4f07..e357b01c 100644
--- a/pango/opentype/hb-ot-layout-gpos-private.hh
+++ b/pango/opentype/hb-ot-layout-gpos-private.hh
@@ -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. */