[coreboot] [commit] r4942 - trunk/util/cbfstool

svn at coreboot.org svn at coreboot.org
Thu Nov 12 21:06:33 CET 2009


Author: uwe
Date: 2009-11-12 21:06:32 +0100 (Thu, 12 Nov 2009)
New Revision: 4942

Modified:
   trunk/util/cbfstool/common.c
Log:
Cosmetics (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/cbfstool/common.c
===================================================================
--- trunk/util/cbfstool/common.c	2009-11-12 17:46:59 UTC (rev 4941)
+++ trunk/util/cbfstool/common.c	2009-11-12 20:06:32 UTC (rev 4942)
@@ -250,7 +250,7 @@
 			  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;
 }
 





More information about the coreboot mailing list