From: Eric S. Raymond Date: Sun, 13 Feb 2005 06:09:59 +0000 (+0000) Subject: Get rid of \r characters. X-Git-Tag: 2.0~321 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=da2f73007084eae1bea420240a7499e0f26babf7 Get rid of \r characters. --- diff --git a/reports.c b/reports.c index 39f6930..724b6fd 100644 --- a/reports.c +++ b/reports.c @@ -195,11 +195,11 @@ void chart(int nn) rechart(); if (lastchart < game.state.date && condit == IHDOCKED) { - proutn("Spock- \"I revised the Star Chart from the starbase's records.\"\n\r"); + proutn("Spock- \"I revised the Star Chart from the starbase's records.\"\n"); rechart(); } - if (nn == 0) proutn(" STAR CHART FOR THE KNOWN GALAXY\n\r"); + if (nn == 0) proutn(" STAR CHART FOR THE KNOWN GALAXY\n"); if (game.state.date > lastchart) prout("(Last surveillance update %d stardates ago).", (int)(game.state.date-lastchart)); @@ -230,7 +230,7 @@ void chart(int nn) proutn(" "); } proutn(" |"); - if (i