diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-31 16:56:23 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-31 16:56:23 +0100 |
commit | 1e87b33b12f7f6504c057914e00a5585f17147ee (patch) | |
tree | a0692ab0fc7467801a15f76d2d5561990755376e | |
parent | db8c3030c674cf173e866ab309990ded906c096e (diff) |
Whitespace after comma
-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 " |