From 5982a0641ba37120cb90f8b28eb07d59b1743a0c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 10 Oct 2007 16:31:30 +0000 Subject: Cosmetic changes to make the flashrom output more consistent (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2846 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/chipset_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/flashrom/chipset_enable.c') diff --git a/util/flashrom/chipset_enable.c b/util/flashrom/chipset_enable.c index 8a4fd56f51..fb0148cd76 100644 --- a/util/flashrom/chipset_enable.c +++ b/util/flashrom/chipset_enable.c @@ -506,7 +506,7 @@ int chipset_flash_enable(void) if (ret) printf("Failed!\n"); else - printf("OK.\n"); + printf("OK\n"); } return ret; -- cgit v1.2.3