diff options
Diffstat (limited to 'ucf.h')
-rw-r--r-- | ucf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ struct ucf { int w, h, s, S; const unsigned char *ranges, *ctab, *gmap, *glyphs; - unsigned nranges; + unsigned nranges, nglyphs; }; int ucf_init(struct ucf *, const unsigned char *, size_t); |