Forgot a semicolon
Corresponding to flashrom svn r11 and coreboot v2 svn r1437.
diff --git a/flash_rom.c b/flash_rom.c
index d57957d..c26958f 100644
--- a/flash_rom.c
+++ b/flash_rom.c
@@ -150,7 +150,7 @@
}
if (verbose)
printf("\b\b\b\b\b\b\b\b\b\b");
- i++
+ i++;
}
if (verbose)
printf("\n");
diff --git a/pm49fl004.c b/pm49fl004.c
index ce73be0..3e4e877 100644
--- a/pm49fl004.c
+++ b/pm49fl004.c
@@ -58,10 +58,11 @@
return(0);
}
+
static __inline__ int write_block_49fl004(volatile char * bios,
- unsigned char * src,
- volatile unsigned char * dst,
- unsigned int page_size)
+ unsigned char * src,
+ volatile unsigned char * dst,
+ unsigned int page_size)
{
int i;
volatile char *Temp;