From 3e4c93bd838ba92b1fa7852c4510f733343e1611 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 15 May 2013 17:20:00 +0100 Subject: [PATCH] Make the Exactness error report valid XHTML 1.0 Strict. --- src/bin/exactness.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/bin/exactness.c b/src/bin/exactness.c index 9af42df..7ffb9e0 100644 --- a/src/bin/exactness.c +++ b/src/bin/exactness.c @@ -179,12 +179,13 @@ main(int argc, char *argv[]) report_file = fopen(report_filename, "w+"); printf("%s %p\n", report_filename, report_file); fprintf(report_file, - "Exactness report"); + "" + "Exactness report"); if (exactness_ctx.errors) { fprintf(report_file, - "

Tests that failed execution: