mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #4122 from atom/remove-cpp-lint-warning
Fix lint errors in archive.cc
This commit is contained in:
@@ -130,7 +130,7 @@ Archive::Archive(const base::FilePath& path)
|
||||
|
||||
Archive::~Archive() {
|
||||
#if defined(OS_WIN)
|
||||
_close(fd_)
|
||||
_close(fd_);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user