diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-11-12 20:06:32 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-11-12 20:06:32 +0000 |
commit | 6a3ca4e0e96c8715adefad0584923af8e433ba13 (patch) | |
tree | b4ecdf5d376ed09ccf79b6aa09a5e3ec97a63707 /util/cbfstool/common.c | |
parent | 0d082d512eb8346552ec5187eb1acd1c99fe36c7 (diff) |
Cosmetics (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@4942 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/cbfstool/common.c')
-rw-r--r-- | util/cbfstool/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/common.c b/util/cbfstool/common.c index c45c00769e..e87bc65bb3 100644 --- a/util/cbfstool/common.c +++ b/util/cbfstool/common.c @@ -250,7 +250,7 @@ int add_file_to_cbfs(void *content, uint32_t contentsize, uint32_t location) ntohl(thisfile->offset), align); } printf("Could not add the file to CBFS, it's probably too big.\n"); - printf("File size %d bytes (%dK).\n", contentsize, contentsize/1024); + printf("File size: %d bytes (%d KB).\n", contentsize, contentsize/1024); return 1; } |