From 89328581236a53ec16508b95db54c7e5315b178f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Jul 2012 21:02:38 -0400 Subject: [PATCH] Minor --- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index 7e7b08385..99a72717b 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -176,7 +176,7 @@ struct hb_apply_context_t num_items++; } inline bool next (unsigned int *property_out, - unsigned int lookup_props) + unsigned int lookup_props) { assert (num_items > 0); do @@ -225,7 +225,7 @@ struct hb_apply_context_t num_items++; } inline bool prev (unsigned int *property_out, - unsigned int lookup_props) + unsigned int lookup_props) { assert (num_items > 0); do