diff options
Diffstat (limited to 'FICS/playerdb.c')
-rw-r--r-- | FICS/playerdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 9c6f81e..558788e 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -1171,7 +1171,7 @@ showstored(int p) if (p1 >= 0) { if (c < 50) - multicol_store(m,parray[p1].name); + multicol_store(m, parray[p1].name); pprintf(p1, "\nNotification: "); pprintf_highlight(p1, "%s", parray[p].name); pprintf_prompt(p1, ", who has an adjourned " |