Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(745)

Unified Diff: utility/load_kernel_test.c

Issue 2820004: fix typos in load_kernel_test (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/load_kernel_test.c
diff --git a/utility/load_kernel_test.c b/utility/load_kernel_test.c
index 6d3d81c8efbf0ed7e1ab299ff641f3d79546d15c..32c02c9ae7b4adac5f11bee045a8e7db7032f5d7 100644
--- a/utility/load_kernel_test.c
+++ b/utility/load_kernel_test.c
@@ -98,10 +98,11 @@ int main(int argc, char* argv[]) {
{
uint64_t key_size;
lkp.header_sign_key_blob = ReadFile(keyfile_name, &key_size);
- if (!lkp.header_sign_key_blob)
+ if (!lkp.header_sign_key_blob) {
fprintf(stderr, "Unable to read key file %s\n", keyfile_name);
return 1;
}
+ }
/* Get image size */
printf("Reading from image: %s\n", image_name);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698