Browse Source

Fix build break

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

+ 2
- 1
src/nnn.c View File

@@ -3400,7 +3400,8 @@ static char get_ind(mode_t mode, bool perms, uchar *pair)
*pair = C_CHR;
return '\0';
default:
*pair = C_UND;
if (!perms)
*pair = C_UND;
return '?';
}
}


Loading…
Cancel
Save