Merge pull request #4122 from atom/remove-cpp-lint-warning

Fix lint errors in archive.cc
This commit is contained in:
Kevin Sawicki 2016-01-15 10:17:16 -08:00
commit 1b0da44f38

View file

@ -130,7 +130,7 @@ Archive::Archive(const base::FilePath& path)
Archive::~Archive() {
#if defined(OS_WIN)
_close(fd_)
_close(fd_);
#endif
}