diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 20:55:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 20:55:49 +0100 |
commit | 6966dfb5bbc90a6d14fb10a7d351194ea99941c3 (patch) | |
tree | 3d82ebf1893d285de45015f160f0db19df43ac8a /FICS/movecheck.c | |
parent | 28dc2710c3899a8e6835002d131fad10867bc975 (diff) |
Deleted gap
Diffstat (limited to 'FICS/movecheck.c')
-rw-r--r-- | FICS/movecheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/movecheck.c b/FICS/movecheck.c index 790b94b..174ef00 100644 --- a/FICS/movecheck.c +++ b/FICS/movecheck.c @@ -757,7 +757,7 @@ PUBLIC int legal_andcheck_move(game_state_t * gs, } PUBLIC int -in_check(game_state_t * gs) +in_check(game_state_t *gs) { int f, r; int kf = -1, kr = -1; |