From 80f7ef3c3ca406cc656fe8886b1d8d3bbad771fc Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 6 Oct 2008 07:29:41 +0000 Subject: [PATCH]
(and \n) at end of line. [r22515] --- heuristical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heuristical.c b/heuristical.c index 9fd7a6e8b..440373d7f 100644 --- a/heuristical.c +++ b/heuristical.c @@ -253,7 +253,7 @@ static void simplify_edge(pbqp *pbqp, pbqp_edge *edge) if (pbqp_matrix_is_zero(mat, src_vec, tgt_vec)) { if (pbqp->dump_file) { - fputs("edge has been eliminated", pbqp->dump_file); + fputs("edge has been eliminated
\n", pbqp->dump_file); } delete_edge(edge); -- 2.20.1