summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot_vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_vector.c b/ot_vector.c
index 66797f1..2a632b2 100644
--- a/ot_vector.c
+++ b/ot_vector.c
@@ -38,7 +38,7 @@ void *binary_search( const void * const key, const void * base, const size_t mem
38 } 38 }
39 if(cmp < 0) { 39 if(cmp < 0) {
40 base = lookat + member_size; 40 base = lookat + member_size;
41 interval --; 41 interval--;
42 } 42 }
43 interval /= 2; 43 interval /= 2;
44 } 44 }