summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/erec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/erec.c b/src/erec.c
index 617c04ad..cf543a98 100644
--- a/src/erec.c
+++ b/src/erec.c
@@ -161,7 +161,6 @@ void erec_print(struct output_ctx *octx, const struct error_record *erec,
loc = &erec->locations[l];
netlink_dump_expr(loc->nle, f, debug_mask);
}
- fprintf(f, "\n\n");
return;
}