From 883e9e7831c84463a31b8d2834d0cf2c1eed0cf5 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 5 Feb 2023 15:46:33 +0200 Subject: [PATCH 21/21] scorelog: Provide documentation URL to the correct branch The URL was about latest development version, not stable S3_1. See osdn #46594 Signed-off-by: Marko Lindqvist --- server/report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/report.c b/server/report.c index bf7d79cf4e..3ec8cd1f55 100644 --- a/server/report.c +++ b/server/report.c @@ -1415,8 +1415,8 @@ void log_civ_score_now(void) fprintf(score_log->fp, "%s%s\n", scorelog_magic, VERSION_STRING); fprintf(score_log->fp, "\n" - "# For a specification of the format of this see doc/README.scorelog or \n" - "# .\n" + "# For a specification of the format of this see doc/README.scorelog or\n" + "# .\n" "\n"); fprintf(score_log->fp, "id %s\n", server.game_identifier); -- 2.39.1