Nicer formatting for value--

This commit is contained in:
erdgeist
2009-08-26 21:23:53 +00:00
parent 6073127ad0
commit 56c1cf1b5d

View File

@ -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;
}