Add missing semicolon

This commit is contained in:
Kevin Sawicki 2016-01-15 10:09:19 -08:00
parent b119704ea9
commit 741d148776

View file

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