aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/playerdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c
index ab5f3eb..7881f83 100644
--- a/FICS/playerdb.c
+++ b/FICS/playerdb.c
@@ -2413,7 +2413,7 @@ player_add_message(int top, int fromp, char *message)
pprintf(fromp, "(and emailed) ");
}
- pprintf(fromp, "to %s: \n %s\n", parray[top].name, message);
+ pprintf(fromp, "to %s:\n %s\n", parray[top].name, message);
return 0;
}