From 75b1fa78643bfa2f00ebf6aaf470ac688161b37d Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 12 Jul 2004 22:34:51 +0000 Subject: Patch by Michael Bendzick, 12 Jul 2004: fix output formatting in drivers/cfi_flash.c --- drivers/cfi_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/cfi_flash.c') diff --git a/drivers/cfi_flash.c b/drivers/cfi_flash.c index b79cf59344c..e89f975ce66 100644 --- a/drivers/cfi_flash.c +++ b/drivers/cfi_flash.c @@ -462,7 +462,7 @@ void flash_print_info (flash_info_t * info) if ((i % 5) == 0) printf ("\n "); printf (" %08lX%s", - info->start[i], info->protect[i] ? " (RO)" : " "); + info->start[i], info->protect[i] ? " (RO)" : " "); #endif } putc ('\n'); -- cgit v1.2.3