summaryrefslogtreecommitdiff
path: root/ot_vector.c
diff options
context:
space:
mode:
authorerdgeist <>2009-08-26 21:23:53 +0000
committererdgeist <>2009-08-26 21:23:53 +0000
commit56c1cf1b5dcc3296f0712f1261cf4dd31fff434f (patch)
tree6edcdd09a4266df3dec0a7ee98a34d2c616a8d5f /ot_vector.c
parent6073127ad0712bf925fd80982b68b072541824db (diff)
Nicer formatting for value--
Diffstat (limited to 'ot_vector.c')
-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 }