aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:47:59 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:47:59 +0200
commit807c1b61fd6bdfd29c28f5b719df7b196cc8feb8 (patch)
tree6aac668f512b24223a2a50ee487117ea3dbe491f
parent36266cd9f24a6af598a1035628e6a6d07d4b12db (diff)
Added alignment
-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..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 *);