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