aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 508fe12..89c4a48 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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;