diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-05 03:02:49 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-05 03:02:49 +0200 |
commit | 910bf9fe14acd5f24dfac029c3bb74e1fff80c17 (patch) | |
tree | 344180c2e0d78731b2e6aa908c9df0385b7bc970 /FICS/algcheck.c | |
parent | 96cf6f9cdcb34736c2806b41dcd9ac8bb1bdeadb (diff) |
Deleted whitespace
Diffstat (limited to 'FICS/algcheck.c')
-rw-r--r-- | FICS/algcheck.c | 2 |
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; |