From 910bf9fe14acd5f24dfac029c3bb74e1fff80c17 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 5 May 2024 03:02:49 +0200 Subject: Deleted whitespace --- FICS/algcheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/algcheck.c') diff --git a/FICS/algcheck.c b/FICS/algcheck.c index d11bf29..1b1663b 100644 --- a/FICS/algcheck.c +++ b/FICS/algcheck.c @@ -326,7 +326,7 @@ PUBLIC char *alg_unparse( game_state_t *gs, move_t *mt ) * in short notation. Used in last move report and in 'moves' command. */ PUBLIC char * -alg_unparse(game_state_t *gs, move_t * mt) +alg_unparse(game_state_t *gs, move_t *mt) { char tmp[20] = { '\0' }; game_state_t fakeMove; -- cgit v1.2.3