aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 429ee8c..4b73494 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -263,7 +263,8 @@ static settings cfg = {
1, /* filter_re */
0, /* wild */
0, /* trash */
- };
+};
+
static context g_ctx[CTX_MAX] __attribute__ ((aligned));
static struct entry *dents;