diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/unzip.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/unzip.cc b/chrome/common/unzip.cc index 35f262c..4295a21 100644 --- a/chrome/common/unzip.cc +++ b/chrome/common/unzip.cc @@ -195,7 +195,7 @@ bool Unzip(const FilePath& zip_path, const FilePath& dest_dir, } } } - unzCloseCurrentFile(zip_file); + unzClose(zip_file); return ret; } |