commit | c1f143de3d0370a17a4561eb83bf10a5d7908aa3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 01 17:31:10 2011 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 01 17:31:10 2011 -0800 |
tree | a4839595b944473d3bd2c06e83dcb276a460de2f | |
parent | c5b734a27a64c81590015dd12a7901c396818a99 [diff] [blame] |
Remove some lint. Change-Id: Ieecd7c10e62bce27e2db38f96d5df9782ef0cff6
diff --git a/src/zip_archive.h b/src/zip_archive.h index 17c9ddc..013a3da 100644 --- a/src/zip_archive.h +++ b/src/zip_archive.h
@@ -105,7 +105,7 @@ static ZipArchive* Open(const std::string& filename); static ZipArchive* Open(int fd); - ZipEntry* Find(const char * name); + ZipEntry* Find(const char* name); ~ZipArchive() { Close();