aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/zip.h')
-rw-r--r--third_party/ijar/zip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ijar/zip.h b/third_party/ijar/zip.h
index dfd3595ad5..b41d07c3cb 100644
--- a/third_party/ijar/zip.h
+++ b/third_party/ijar/zip.h
@@ -93,7 +93,7 @@ class ZipBuilder {
// ZipExtractor::CalculateOuputLength() to have an estimated_size depending on
// a list of file to store.
// On failure, returns NULL. Refer to errno for error code.
- static ZipBuilder* Create(const char* zip_file, u8 estimated_size);
+ static ZipBuilder* Create(const char* zip_file, size_t estimated_size);
// Estimate the maximum size of the ZIP files containing files in the "files"
// null-terminated array.