aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/algcheck.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-01-04 23:28:44 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-01-04 23:29:25 +0100
commit1c32d09f7b185a1f7ba3a21f0c5d954ace5de451 (patch)
tree16470b970d4c6d3b03a28d86d9a33953b262e060 /FICS/algcheck.h
parent91ad3c86afbdf0e6e6c4f8afbd90f48689a5b635 (diff)
Aligned the defines
Diffstat (limited to 'FICS/algcheck.h')
-rw-r--r--FICS/algcheck.h4
1 files changed, 2 insertions, 2 deletions
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 *);