Remove double empty line linebreak when printing internal errors. Signed-off-by: Pablo Neira Ayuso <[email protected]> --- src/erec.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/erec.c b/src/erec.c
index 617c04ade178..cf543a980bc0 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;
}
--
2.11.0
