mirror of
https://github.com/jarun/nnn.git
synced 2024-11-20 01:49:14 +00:00
Remove redundant alignment requirement
This commit is contained in:
parent
133f55170b
commit
8b9f96e645
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue