aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/algcheck.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:36:37 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:36:37 +0200
commitc2c6955ad34033aa97060673951f36c425ebf2d2 (patch)
treeffa2878a18f8a82f2a66e88a001e4ca8f7a44854 /FICS/algcheck.c
parente238049361e9faae8014a9e9b771c1a681b6d07c (diff)
Changed indentation
Diffstat (limited to 'FICS/algcheck.c')
-rw-r--r--FICS/algcheck.c29
1 files changed, 15 insertions, 14 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c
index 4f709b8..b2d325f 100644
--- a/FICS/algcheck.c
+++ b/FICS/algcheck.c
@@ -55,26 +55,27 @@
* cut that off.
*/
-/* f - file
+/*
+ * f - file
* r - rank
* p - piece
* x - x
* @ - drop character (bughouse)
*/
char *alg_list[] = {
- "fxfr", "pxfr", /* These two get confused in case of bishop */
- "ffr", "pfr", /* These two get confused in case of bishop */
- "pffr",
- "pfxfr",
- "prfr",
- "prxfr",
- "fr",
- "ff",
- "fxf",
- "p@fr",
- "#fr",
- "#pfr",
- NULL
+ "fxfr", "pxfr", // These two get confused in case of bishop
+ "ffr", "pfr", // These two get confused in case of bishop
+ "pffr",
+ "pfxfr",
+ "prfr",
+ "prxfr",
+ "fr",
+ "ff",
+ "fxf",
+ "p@fr",
+ "#fr",
+ "#pfr",
+ NULL
};
PRIVATE int