1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +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); printf("Part is %s\n", flash->name);
if (!filename) { if (!filename) {
printf printf("OK, only ENABLING flash write, but NOT FLASHING\n");
("OK, only ENABLING flash write, but NOT FLASHING\n");
return 0; return 0;
} }
size = flash->total_size * 1024; size = flash->total_size * 1024;