aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/board.c b/FICS/board.c
index 20653a3..66cf527 100644
--- a/FICS/board.c
+++ b/FICS/board.c
@@ -75,14 +75,14 @@ PUBLIC int (*styleFuncs[MAX_STYLES])() = {
style13
};
+PRIVATE char bstring[MAX_BOARD_STRING_LEGTH];
+
PRIVATE const int mach_type = ((1 << 7) |
(1 << 8) |
(1 << 9) |
(1 << 10) |
(1 << 11));
-PRIVATE char bstring[MAX_BOARD_STRING_LEGTH];
-
/*
* Globals used for each board
*/