mirror of
git://erdgeist.org/opentracker
synced 2025-03-12 13:41:12 +00:00
Nicer formatting for value--
This commit is contained in:
parent
6073127ad0
commit
56c1cf1b5d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user