summaryrefslogtreecommitdiff
path: root/xs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs.h b/xs.h
index e5269a4..39b3b64 100644
--- a/xs.h
+++ b/xs.h
@@ -1070,7 +1070,7 @@ typedef struct {
1070 int size; /* size of full dict (_XS_TYPE_SIZE) */ 1070 int size; /* size of full dict (_XS_TYPE_SIZE) */
1071 int first; /* first node for sequential search */ 1071 int first; /* first node for sequential search */
1072 int root; /* root node for hashed search */ 1072 int root; /* root node for hashed search */
1073 ditem_hdr ditems[]; /* the ditems */ 1073 /* a bunch of ditem_hdr and value follows */
1074} dict_hdr; 1074} dict_hdr;
1075 1075
1076 1076