瀏覽代碼
Fix lint error
master
Arun Prakash Jana
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A75979F35C080412
共有
1 個檔案被更改,包括
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; |
|
|
|