Fix C files which had two semi-colons at EOL

This commit is contained in:
Joel Sherrill
2012-05-31 15:34:36 -05:00
parent 5f0cd3499c
commit 721fe34aae
25 changed files with 30 additions and 31 deletions

View File

@@ -227,7 +227,7 @@ static int flashdisk_blank(
{
int eno = 0;
const uint8_t *current = get_data_pointer(sd, segment, offset);
const uint8_t *end = current + size;;
const uint8_t *end = current + size;
while (eno == 0 && current != end) {
if (*current != 0xff) {