aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 061d4a3..053efd2 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -4430,7 +4430,7 @@ static int dentfill(char *path, struct entry **dents)
continue;
if (S_ISDIR(sb.st_mode)) {
- if (sb_path.st_dev == sb.st_dev) {
+ if (sb_path.st_dev == sb.st_dev) { // NOLINT
mkpath(path, namep, buf);
dir_blocks += dirwalk(buf, &sb);