summaryrefslogtreecommitdiff
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/context.h b/src/context.h
index f555fe3..157f31c 100644
--- a/src/context.h
+++ b/src/context.h
@@ -14,7 +14,8 @@ struct ttf2f_ctx {
size_t nglyphs;
struct glyph *glyphs;
- struct glyph *latin1tab[256 - 32]; /* Not chunk zero */
+ struct glyph *latin1tab[256];
+ size_t nlatin1;
};
#endif