Browse Source

Fix build break

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

+ 1
- 1
src/nnn.c View File

@@ -4731,7 +4731,7 @@ static void notify_fifo()
}
}

static struct entry lastentry = {0};
static struct entry lastentry;

if (!memcmp(&lastentry, &dents[cur], sizeof(struct entry)))
return;


Loading…
Cancel
Save