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 <u...@hermann-uwe.de>
Acked-by: Uwe Hermann <u...@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;
 }
 


-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to