aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/algcheck.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-01-04 23:16:00 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-01-04 23:16:00 +0100
commit16f269502166473ab452e41d415f4b008a5094f5 (patch)
tree2502e9ab3212d9172c1628f4aefe462f57d67506 /FICS/algcheck.c
parent81050a1878b6ac047b1c49431a454f32007c085a (diff)
Reformatted 'alg_list'
Diffstat (limited to 'FICS/algcheck.c')
-rw-r--r--FICS/algcheck.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c
index 10940d5..924908d 100644
--- a/FICS/algcheck.c
+++ b/FICS/algcheck.c
@@ -60,19 +60,19 @@
* @ - 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
};
#define ALG_UNKNOWN -1