diff --git a/src/nnn.c b/src/nnn.c index 429ee8cf..4b73494f 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;