1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

Code reformat

Corresponding to flashrom svn r22 and coreboot v2 svn r1647.
This commit is contained in:
Ollie Lho 2004-09-07 21:31:47 +00:00
parent e66bdb307a
commit af47477c29

View File

@ -238,8 +238,7 @@ int main(int argc, char *argv[])
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;