diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 17:28:20 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 17:28:24 +0100 |
commit | 86c94cbb1ed6c59de497700521acee2fa85f2e60 (patch) | |
tree | e19784217c5776078cc2a26e8713041b53a50abf /FICS/obsproc.c | |
parent | 8b3bfda7f93116385a0601eb0b26c70d33cf1a5a (diff) |
Deleted parentheses
Diffstat (limited to 'FICS/obsproc.c')
-rw-r--r-- | FICS/obsproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index b091767..ca53188 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -942,7 +942,7 @@ stored_mail_moves(int p, int mail, param_list param) int g = -1; int wp, wconnected, bp, bconnected, gotit = 0; - if (mail && (!parray[p].registered)) { + if (mail && !parray[p].registered) { pprintf(p, "Unregistered players cannot use mailstored.\n"); return; } |