Minor
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 9 Jun 2012 07:05:20 +0000 (03:05 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 9 Jun 2012 07:05:20 +0000 (03:05 -0400)
src/hb-ot-layout-gsubgpos-private.hh

index 4ac724c..98d4e0a 100644 (file)
@@ -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++;
     }