commit | 51bd3fa0b2c1c1fb861ea6ae4b113f7961fdd3a2 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Jan 12 10:14:23 2012 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 12 10:14:23 2012 -0800 |
tree | f2d36d614796b7805a097d50ca3d3d6124738d94 | |
parent | 78aacee8e3eae48979e9aac61522fc3f653a8c89 [diff] | |
parent | 1022e27642a891550742013e9a12bc1256429a69 [diff] |
Merge "Fix build warning"
diff --git a/tools/zipalign/ZipFile.h b/tools/zipalign/ZipFile.h index dbbd072..7877550 100644 --- a/tools/zipalign/ZipFile.h +++ b/tools/zipalign/ZipFile.h
@@ -57,7 +57,7 @@ /* * Open a new or existing archive. */ - typedef enum { + enum { kOpenReadOnly = 0x01, kOpenReadWrite = 0x02, kOpenCreate = 0x04, // create if it doesn't exist