summaryrefslogtreecommitdiff
path: root/util/flash_and_burn/sst28sf040.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/flash_and_burn/sst28sf040.c')
-rw-r--r--util/flash_and_burn/sst28sf040.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/flash_and_burn/sst28sf040.c b/util/flash_and_burn/sst28sf040.c
index 7b487aa57a..1853f156b0 100644
--- a/util/flash_and_burn/sst28sf040.c
+++ b/util/flash_and_burn/sst28sf040.c
@@ -163,8 +163,7 @@ int write_28sf040(struct flashchip *flash, unsigned char *buf)
printf("%04d at address: 0x%08x", i, i * page_size);
write_sector_28sf040(bios, buf + i * page_size,
bios + i * page_size, page_size);
- printf
- ("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");
+ printf("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");
}
printf("\n");