From a69f395bfea7d83f425557a672be8003b5fb7914 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 4 Apr 2024 03:38:30 +0200 Subject: Line terminate --- FICS/ratings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FICS/ratings.c') diff --git a/FICS/ratings.c b/FICS/ratings.c index ccce9a3..3d2fb08 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -747,14 +747,14 @@ rating_update(int g) if (bDelta < -1000) { pprintf(garray[g].black, "not changed due to bug " - "(way too small)! sorry! "); + "(way too small)! sorry!\n"); fprintf(stderr, "FICS: Got too small ratings bug for %s " "(b) vs. %s\n", parray[garray[g].black].login, parray[garray[g].white].login); } else if (bDelta > 3000) { pprintf(garray[g].black, "not changed due to bug " - "(way too big)! sorry! "); + "(way too big)! sorry!\n"); fprintf(stderr, "FICS: Got too big ratings bug for %s " "(b) vs. %s\n", parray[garray[g].black].login, -- cgit v1.2.3