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
Родитель 63278aeec2 741d148776
Коммит 1b0da44f38
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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