From da2f73007084eae1bea420240a7499e0f26babf7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 13 Feb 2005 06:09:59 +0000 Subject: [PATCH] Get rid of \r characters. --- reports.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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