Index: third_party/android_crazy_linker/src/src/crazy_linker_zip.h |
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_zip.h b/third_party/android_crazy_linker/src/src/crazy_linker_zip.h |
index 6e289c064892e199b1ef2844c2aa9871c4d089c5..38654938e7b88c6ea4813d3e87d4f4ffca3927a4 100644 |
--- a/third_party/android_crazy_linker/src/src/crazy_linker_zip.h |
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_zip.h |
@@ -10,9 +10,10 @@ |
namespace crazy { |
// Find "filename" in the specified "zip_file" and return the offset |
-// in the file of the start of the data for the file. Return -1 on error. |
-// This routine replaces code which used the minizip library, but is about |
-// 150 times faster, locating the offset in less than 0.5ms on a Nexus 4. |
+// in the file of the start of the data for the file. Return |
+// CRAZY_OFFSET_FAILED on error. This routine replaces code which used the |
+// minizip library, but is about 150 times faster, locating the offset in less |
+// than 0.5ms on a Nexus 4. |
int FindStartOffsetOfFileInZipFile(const char* zip_file, const char* filename); |
} |