Add missing semicolon
This commit is contained in:
parent
b119704ea9
commit
741d148776
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Archive::Archive(const base::FilePath& path)
|
||||||
|
|
||||||
Archive::~Archive() {
|
Archive::~Archive() {
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
_close(fd_)
|
_close(fd_);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue