From: Christoph Mallon Date: Mon, 6 Oct 2008 07:29:41 +0000 (+0000) Subject:
(and \n) at end of line. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=80f7ef3c3ca406cc656fe8886b1d8d3bbad771fc;p=libfirm
(and \n) at end of line. [r22515] --- 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);