mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
Nicer formatting for value--
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user