Sfoglia il codice sorgente

Remove redundant alignment requirement

master
Arun Prakash Jana 5 anni fa
parent
commit
8b9f96e645
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Vedi File

@@ -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…
Annulla
Salva