Code refactor

This commit is contained in:
Arun Prakash Jana 2019-03-04 20:31:57 +05:30
parent aba6557246
commit 6816e83e83
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -1497,9 +1497,7 @@ static int entrycmp(const void *va, const void *vb)
if (pb->size < pa->size)
return -1;
}
if (cfg.blkorder) {
} else if (cfg.blkorder) {
if (pb->blocks > pa->blocks)
return 1;