summaryrefslogtreecommitdiff
path: root/src/otvalid/otvcommn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/otvalid/otvcommn.c')
-rw-r--r--src/otvalid/otvcommn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otvalid/otvcommn.c b/src/otvalid/otvcommn.c
index 2e88e10..3407d2a 100644
--- a/src/otvalid/otvcommn.c
+++ b/src/otvalid/otvcommn.c
@@ -4,7 +4,7 @@
/* */
/* OpenType common tables validation (body). */
/* */
-/* Copyright 2004-2016 by */
+/* Copyright 2004-2017 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -68,7 +68,7 @@
OTV_LIMIT_CHECK( GlyphCount * 2 ); /* GlyphArray */
- for ( i = 0; i < GlyphCount; ++i )
+ for ( i = 0; i < GlyphCount; i++ )
{
FT_UInt gid;