diff options
Diffstat (limited to 'FICS')
-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; |