Browse Source

Code refactor

master
Arun Prakash Jana 5 years ago
parent
commit
6816e83e83
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/nnn.c

+ 1
- 3
src/nnn.c 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;



Loading…
Cancel
Save