From b12e2549cbcd4f1ef46e66c75533686ee560f59b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 9 Jun 2012 03:05:20 -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 4ac724c..98d4e0a 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -144,7 +144,7 @@ struct hb_apply_context_t { return unlikely (num_items && idx + num_items >= end); } - inline bool reject (void) + inline void reject (void) { num_items++; } @@ -193,7 +193,7 @@ struct hb_apply_context_t { return unlikely (idx < num_items); } - inline bool reject (void) + inline void reject (void) { num_items++; } -- 2.7.4