aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-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