aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-16 20:55:49 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-16 20:55:49 +0100
commit6966dfb5bbc90a6d14fb10a7d351194ea99941c3 (patch)
tree3d82ebf1893d285de45015f160f0db19df43ac8a /FICS
parent28dc2710c3899a8e6835002d131fad10867bc975 (diff)
Deleted gap
Diffstat (limited to 'FICS')
-rw-r--r--FICS/movecheck.c2
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;