Nicer formatting for value--

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

Loading…
Cancel
Save