aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-31 03:10:26 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-31 03:10:26 +0200
commit211dfccdede2ff485e4e37b15236bf7d4eaca818 (patch)
tree23687c97450a7acb414717486df457a770356dbd /FICS
parentc772664775212ebae5ac0bb4c146b77552b9ed23 (diff)
Made 'alg_list' private
Diffstat (limited to 'FICS')
-rw-r--r--FICS/algcheck.c2
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",