aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/zip.cc
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-02-29 21:42:27 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-03-01 19:13:18 +0000
commitcfef209f9c6d09265b681af513f3a4686589078a (patch)
tree3cd80235b9c3995cb65094e5b9be52e4e72052cc /third_party/ijar/zip.cc
parent10d1ba5ac3089d198279b31fc6185ce4a28feab1 (diff)
Global cleanup change.
-- MOS_MIGRATED_REVID=115896463
Diffstat (limited to 'third_party/ijar/zip.cc')
-rw-r--r--third_party/ijar/zip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ijar/zip.cc b/third_party/ijar/zip.cc
index 9aeaf6049c..84d2d3ec66 100644
--- a/third_party/ijar/zip.cc
+++ b/third_party/ijar/zip.cc
@@ -1177,7 +1177,7 @@ bool OutputZipFile::Open() {
if (!output_file->Opened()) {
snprintf(errmsg, sizeof(errmsg), "%s", output_file->Error());
delete output_file;
- return NULL;
+ return false;
}
output_file_ = output_file;