diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-08 00:40:48 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-08 00:40:48 +0200 |
commit | 4799fe48d0a6fe11f5acdbcfcf9306504b630f56 (patch) | |
tree | 5f7948e7c1d4c5d11875382475dc2d50286d9554 /FICS/ratings.c | |
parent | 6128667ddddf01a6f4f7054bb0c723e89d710dde (diff) |
Line terminate
Diffstat (limited to 'FICS/ratings.c')
-rw-r--r-- | FICS/ratings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index 874a60d..e3dd748 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -1470,7 +1470,7 @@ UpdateRank(int type, char *addName, statistics *sNew, char *delName) system(command); #else if (rename(TmpRankFile, RankFile) == -1) { - (void) fprintf(stderr, "FICS: %s: warning: rename(): %s", + (void) fprintf(stderr, "FICS: %s: warning: rename(): %s\n", __func__, strerror(errno)); } UNUSED_VAR(command); |