diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/algcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c index 295166f..67609b1 100644 --- a/FICS/algcheck.c +++ b/FICS/algcheck.c @@ -66,7 +66,7 @@ * x - x * @ - drop character (bughouse) */ -char *alg_list[] = { +PRIVATE char *alg_list[] = { "fxfr", "pxfr", /* These two get confused in case of bishop */ "ffr", "pfr", /* These two get confused in case of bishop */ "pffr", |