diff options
Diffstat (limited to 'FICS/gamedb.h')
-rw-r--r-- | FICS/gamedb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/gamedb.h b/FICS/gamedb.h index edcfcdc..5b4ceef 100644 --- a/FICS/gamedb.h +++ b/FICS/gamedb.h @@ -32,7 +32,7 @@ #include "board.h" extern const char *bstr[]; -extern char *rstr[]; +extern const char *rstr[]; #define GAMEFILE_VERSION 3 #define MAX_GLINE_SIZE 1024 |