aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/gamedb.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-17 17:09:20 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-17 17:09:20 +0200
commit0f928ec9d7dc458773bd2c4358158fd87cd131b0 (patch)
tree7bb3a5ee573be1064efe0b0122a91e53ab30fcfa /FICS/gamedb.h
parente52262223b4d044c9de5ee6e69808c9f9ac9a28e (diff)
Marked 'bstr' const
Diffstat (limited to 'FICS/gamedb.h')
-rw-r--r--FICS/gamedb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/gamedb.h b/FICS/gamedb.h
index 375b2c9..ea499f4 100644
--- a/FICS/gamedb.h
+++ b/FICS/gamedb.h
@@ -31,7 +31,7 @@
#include "board.h"
-extern char *bstr[];
+extern const char *bstr[];
extern char *rstr[];
#define GAMEFILE_VERSION 3