diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-21 02:32:53 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-21 02:32:53 +0100 |
commit | 16b0c35da1f16d8b204e1dfcc303ef44e6b8a065 (patch) | |
tree | fe3cb7d956a7f87572f8a9a741b1f70206fdeda5 /FICS | |
parent | b15f36c38e30c136b29499bd66a5f04822648fb5 (diff) |
Deleted whitespace
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); |