[HB] Ouch. Fix compilation.

pull/1/head
Behdad Esfahbod 16 years ago
parent 0532ed160c
commit f71329147b
  1. 2
      src/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. */

Loading…
Cancel
Save