aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/chipset_enable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-10 16:31:30 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-10 16:31:30 +0000
commit5982a0641ba37120cb90f8b28eb07d59b1743a0c (patch)
tree6fb64fed58729c4afcb27030940f72c94306c41b /util/flashrom/chipset_enable.c
parentae1ab3edecaa213ab941001acbf66c91b8cc4fc4 (diff)
Cosmetic changes to make the flashrom output more consistent (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2846 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/chipset_enable.c')
-rw-r--r--util/flashrom/chipset_enable.c2
1 files changed, 1 insertions, 1 deletions
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;