Merge pull request #4122 from atom/remove-cpp-lint-warning
Fix lint errors in archive.cc
This commit is contained in:
Коммит
1b0da44f38
|
@ -130,7 +130,7 @@ Archive::Archive(const base::FilePath& path)
|
|||
|
||||
Archive::~Archive() {
|
||||
#if defined(OS_WIN)
|
||||
_close(fd_)
|
||||
_close(fd_);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче