summaryrefslogtreecommitdiff
path: root/ucf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ucf.h')
-rw-r--r--ucf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucf.h b/ucf.h
index da238cd..1429cd3 100644
--- a/ucf.h
+++ b/ucf.h
@@ -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);