diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-02 00:23:33 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-02 00:23:33 +0200 |
commit | 5a38a16f5da22eaf07dda8946767510dd28ec6f9 (patch) | |
tree | d9897042aa313fd8785848281a5b0de645f3cb8c /FICS/obsproc.c | |
parent | c40f3262750b7f3e38d256024e2cc7a5466e102f (diff) |
Added space
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 bb3781a..ea3147b 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -568,7 +568,7 @@ com_moves(int p, param_list param) int p1; if (param[0].type == TYPE_NULL) { - if (parray[p].game >=0) { + if (parray[p].game >= 0) { g = parray[p].game; } else if (parray[p].num_observe) { for (g = 0; g < parray[p].num_observe; g++) { |