summaryrefslogtreecommitdiffstats
path: root/lib/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/output.c')
-rw-r--r--lib/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output.c b/lib/output.c
index 54d505d9..3c04d63d 100644
--- a/lib/output.c
+++ b/lib/output.c
@@ -420,7 +420,7 @@ static inline char *fmt_subcheck_output(mp_output_format output_format, mp_subch
420 // add the rest (if any) 420 // add the rest (if any)
421 if (have_residual_chars) { 421 if (have_residual_chars) {
422 char *tmp = check.output; 422 char *tmp = check.output;
423 xasprintf(&check.output, "%s\n%s%s", intermediate_string, 423 xasprintf(&check.output, "%s%s%s", intermediate_string,
424 generate_indentation_string(indentation + 1), tmp); 424 generate_indentation_string(indentation + 1), tmp);
425 } else { 425 } else {
426 check.output = intermediate_string; 426 check.output = intermediate_string;