commit | af47477c29839002644d235667a78207b04acc0a | [log] [tgz] |
---|---|---|
author | Ollie Lho <ollie@sis.com.tw> | Tue Sep 07 21:31:47 2004 +0000 |
committer | Ollie Lho <ollie@sis.com.tw> | Tue Sep 07 21:31:47 2004 +0000 |
tree | 9f2d3a903edb24fa4ad975ef8868fa932030b569 | |
parent | e66bdb307a1ec3407d8959abc0ebca96cf056fc1 [diff] |
Code reformat Corresponding to flashrom svn r22 and coreboot v2 svn r1647.
diff --git a/flash_rom.c b/flash_rom.c index 4ce5d8b..6abd489 100644 --- a/flash_rom.c +++ b/flash_rom.c
@@ -238,8 +238,7 @@ printf("Part is %s\n", flash->name); if (!filename) { - printf - ("OK, only ENABLING flash write, but NOT FLASHING\n"); + printf("OK, only ENABLING flash write, but NOT FLASHING\n"); return 0; } size = flash->total_size * 1024;