summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 1d14a98..89bd671 100644
--- a/src/test.c
+++ b/src/test.c
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
ix2_object_t *o, *j;
ix2_t *ix2;
- ix2 = ix2_new(&aabb, 2, 8);
+ ix2 = ix2_new(&aabb, 2, 8, 1);
if (!ix2) {
fprintf(stderr, "unable to create index\n");
return 1;
© All Rights Reserved