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 e3e2e76..db2a9a3 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -191,7 +191,7 @@ typedef struct entry {
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 {