aboutsummaryrefslogtreecommitdiff
path: root/src/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/board.h')
-rw-r--r--src/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/board.h b/src/board.h
index 6cde670..052e104 100644
--- a/src/board.h
+++ b/src/board.h
@@ -19,7 +19,7 @@ typedef struct {
BYTE en_passant_square;
} Board;
-const char* pieces[] = {
+static const char* pieces[] = {
"♟︎", "♙",
"♞", "♘",
"♝", "♗",