浏览代码

Remove redundant alignment requirement

master
Arun Prakash Jana 5 年前
父节点
当前提交
8b9f96e645
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/nnn.c

+ 1
- 1
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 {


正在加载...
取消
保存