aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/mapped_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/mapped_file.h')
-rw-r--r--third_party/ijar/mapped_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ijar/mapped_file.h b/third_party/ijar/mapped_file.h
index 7653638d5f..d58fc1871b 100644
--- a/third_party/ijar/mapped_file.h
+++ b/third_party/ijar/mapped_file.h
@@ -76,7 +76,7 @@ class MappedOutputFile {
// The mapped contents of the file.
u1* Buffer() const { return buffer_; }
- int Close(int size);
+ int Close(u8 size);
};
} // namespace devtools_ijar