fix build

Change-Id: I44a75f5451af053778be299b23274ecce9b2db76
This commit is contained in:
Doug Zongker
2012-02-28 12:07:30 -08:00
parent 1c43c9741b
commit b07b293944
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ int ParseSha1(const char* str, uint8_t* digest) {
// Search an array of sha1 strings for one matching the given sha1.
// Return the index of the match on success, or -1 if no match is
// found.
int FindMatchingPatch(uint8_t* sha1, char** const patch_sha1_str,
int FindMatchingPatch(uint8_t* sha1, const char** patch_sha1_str,
int num_patches) {
int i;
uint8_t patch_sha1[SHA_DIGEST_SIZE];