aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/gamedb.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/gamedb.c')
-rw-r--r--FICS/gamedb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c
index a766ba8..f623fe4 100644
--- a/FICS/gamedb.c
+++ b/FICS/gamedb.c
@@ -57,7 +57,7 @@
PUBLIC game *garray = NULL;
PUBLIC int g_num = 0;
-PUBLIC char *bstr[] = {
+PUBLIC const char *bstr[] = {
[TYPE_UNTIMED] = "untimed",
[TYPE_BLITZ] = "blitz",
[TYPE_STAND] = "standard",