aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbfstool/common.c')
-rw-r--r--util/cbfstool/common.c2
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;
}