浏览代码

Fix lint error

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

+ 3
- 2
src/nnn.c 查看文件

@@ -1363,8 +1363,9 @@ static bool xmkentryp(char* path, bool dir)
DPRINTF_S("open fail"); DPRINTF_S("open fail");
DPRINTF_S(strerror(errno)); DPRINTF_S(strerror(errno));
return FALSE; return FALSE;
} else
close(fd);
}

close(fd);
} }


return TRUE; return TRUE;


正在加载...
取消
保存