mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-06 00:00:40 +02:00
Forgot a semicolon
Corresponding to flashrom svn r11 and coreboot v2 svn r1437.
This commit is contained in:
@ -150,7 +150,7 @@ int verify_flash (struct flashchip * flash, char * buf, int verbose)
|
||||
}
|
||||
if (verbose)
|
||||
printf("\b\b\b\b\b\b\b\b\b\b");
|
||||
i++
|
||||
i++;
|
||||
}
|
||||
if (verbose)
|
||||
printf("\n");
|
||||
|
Reference in New Issue
Block a user