aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/algcheck.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:02:49 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:02:49 +0200
commit910bf9fe14acd5f24dfac029c3bb74e1fff80c17 (patch)
tree344180c2e0d78731b2e6aa908c9df0385b7bc970 /FICS/algcheck.c
parent96cf6f9cdcb34736c2806b41dcd9ac8bb1bdeadb (diff)
Deleted whitespace
Diffstat (limited to 'FICS/algcheck.c')
-rw-r--r--FICS/algcheck.c2
1 files changed, 1 insertions, 1 deletions
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;