diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-04 03:38:30 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-04 03:38:30 +0200 |
commit | a69f395bfea7d83f425557a672be8003b5fb7914 (patch) | |
tree | cd0a4944d86042d7a4675b67ccf83d231b1c4ad1 /FICS/ratings.c | |
parent | 76141fbf611d9e9525a9453b7536ed3d04697364 (diff) |
Line terminate
Diffstat (limited to 'FICS/ratings.c')
-rw-r--r-- | FICS/ratings.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |