From 807c1b61fd6bdfd29c28f5b719df7b196cc8feb8 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 5 May 2024 03:47:59 +0200 Subject: Added alignment --- FICS/algcheck.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FICS/algcheck.h') diff --git a/FICS/algcheck.h b/FICS/algcheck.h index 6a0fda7..70f172d 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