瀏覽代碼

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(strerror(errno));
return FALSE;
} else
close(fd);
}

close(fd);
}

return TRUE;


||||||
x
 
000:0
Loading…
取消
儲存