Revert "fixed caption alignment"

This reverts commit d463def798.
This commit is contained in:
Andreas Steffen
2011-12-16 14:19:14 +01:00
parent d463def798
commit 0e94ae1286
3 changed files with 2 additions and 10 deletions
+1 -2
View File
@@ -151,8 +151,7 @@ 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]);
-4
View File
@@ -21,10 +21,6 @@ libimcv_la_SOURCES = \
SUBDIRS = .
if USE_IMV_LOGGER
SUBDIRS += plugins/imv_logger
endif
if USE_IMC_TEST
SUBDIRS += plugins/imc_test
endif