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 } if(cmp < 0) { base = lookat + member_size; - interval --; + interval--; } interval /= 2; }