diff options
author | Trevor Drake <trevd1234@gmail.com> | 2013-05-16 02:29:19 +0200 |
---|---|---|
committer | Trevor Drake <trevd1234@gmail.com> | 2013-05-16 02:29:19 +0200 |
commit | 2d388ea5f96670317d5cc68549326e1c4db9b035 (patch) | |
tree | ddc218564c82ea906d9dbabb1d17db86a6c4bccc | |
parent | Fix building of updater binary (diff) | |
download | android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.gz android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.bz2 android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.lz android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.xz android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.zst android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.zip |
Diffstat (limited to '')
-rw-r--r-- | verifier_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifier_test.cpp b/verifier_test.cpp index fe5519d79..b263db808 100644 --- a/verifier_test.cpp +++ b/verifier_test.cpp @@ -98,7 +98,7 @@ int main(int argc, char **argv) { ui = new FakeUI(); - int result = verify_file(argv[1], &test_key, 1); + int result = verify_file(argv[1]); if (result == VERIFY_SUCCESS) { printf("SUCCESS\n"); return 0; |