From 1c32d09f7b185a1f7ba3a21f0c5d954ace5de451 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 4 Jan 2024 23:28:44 +0100 Subject: Aligned the defines --- FICS/algcheck.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FICS') diff --git a/FICS/algcheck.h b/FICS/algcheck.h index 6a0fda7..040f513 100644 --- a/FICS/algcheck.h +++ b/FICS/algcheck.h @@ -29,8 +29,8 @@ #include "board.h" #endif -#define DROP_CHAR '@' /* used by algcheck.c and movecheck.c */ -#define DROP_STR "@" +#define DROP_CHAR '@' /* used by algcheck.c and movecheck.c */ +#define DROP_STR "@" extern char *alg_unparse(game_state_t *, move_t *); extern int alg_is_move(char *); -- cgit v1.2.3