src/nnn.c | 2 +- diff --git a/src/nnn.c b/src/nnn.c index e3e2e76c3db250bda843df697a8ccf7da206c4dd..db2a9a3b0682ce52ed161e5f1878ea4cac7bcc5f 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -191,7 +191,7 @@ blkcnt_t blocks; /* number of 512B blocks allocated */ mode_t mode; ushort nlen; /* Length of file name; can be uchar (< NAME_MAX + 1) */ uchar flags; /* Flags specific to the file */ -} __attribute__ ((aligned(_ALIGNMENT))) *pEntry; +} *pEntry; /* Key-value pairs from env */ typedef struct {