fixed caption alignment

This commit is contained in:
Andreas Steffen
2011-12-16 14:15:46 +01:00
parent a5951a2861
commit d463def798
3 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -151,7 +151,8 @@ int main(int argc, char* argv[])
printf("\n");
printf("integrity_checksum_t checksums[] = {\n");
fprintf(stderr, "integrity test data:\n");
fprintf(stderr, "module name, file size / checksum segment size / checksum\n");
fprintf(stderr, "module name, file size / checksum "
"segment size / checksum\n");
for (i = 1; i < argc; i++)
{
build_binary_checksum(argv[i]);