fixed caption alignment

This commit is contained in:
Andreas Steffen
2011-12-16 14:26:09 +01:00
parent 0e94ae1286
commit c27e54a716
+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]);