From 38029b1f7792e3bbdb500b12ac4de687190cd612 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sun, 20 Aug 2017 17:56:18 +0200 Subject: [PATCH] Forgot a ; --- src/obiavl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/obiavl.c b/src/obiavl.c index 264ece6..3fff360 100644 --- a/src/obiavl.c +++ b/src/obiavl.c @@ -2479,7 +2479,7 @@ index_t obi_avl_group_add(OBIDMS_avl_group_p avl_group, Obi_blob_p value) if (index_in_avl < 0) return -1; - bloom_add(&((((avl_group->sub_avls)[avl_group->last_avl_idx])->header)->bloom_filter), value, obi_blob_sizeof(value)) + bloom_add(&((((avl_group->sub_avls)[avl_group->last_avl_idx])->header)->bloom_filter), value, obi_blob_sizeof(value)); // Build the index containing the AVL index index_with_avl = avl_group->last_avl_idx;