[HB] Ouch. Fix compilation.

This commit is contained in:
Behdad Esfahbod 2009-08-12 15:48:44 -04:00
parent 0532ed160c
commit f71329147b
1 changed files with 1 additions and 1 deletions

View 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. */