diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/talkproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/talkproc.c b/FICS/talkproc.c index 85da66d..cfcf6c7 100644 --- a/FICS/talkproc.c +++ b/FICS/talkproc.c @@ -830,7 +830,7 @@ com_messages(int p, param_list param) } if (param[0].type == TYPE_NULL) { - player_show_messages (p); + player_show_messages(p); } else if (param[0].type == TYPE_WORD) { if (param[1].type != TYPE_NULL) return com_sendmessage(p, param); |