summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-open-types-private.hh
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-open-types-private.hh')
-rw-r--r--pango/opentype/hb-open-types-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-open-types-private.hh b/pango/opentype/hb-open-types-private.hh
index bf8b77d3..6129bfc8 100644
--- a/pango/opentype/hb-open-types-private.hh
+++ b/pango/opentype/hb-open-types-private.hh
@@ -447,8 +447,8 @@ struct HeadlessArrayOf
inline bool sanitize (SANITIZE_ARG_DEF) {
if (!SANITIZE_GET_SIZE()) return false;
- unsigned int count = len ? len - 1 : 0;
/* Note; for non-recursive types, this is not much needed
+ unsigned int count = len ? len - 1 : 0;
for (unsigned int i = 0; i < count; i++)
if (!SANITIZE (array[i]))
return false;