diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-17 17:19:16 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-17 17:19:16 +0200 |
commit | f9b4e2bf9bd3757eed1537e8d1669a11b42843b8 (patch) | |
tree | bcc8ba36a1f1a1d78dce3cf8a271b2354e5501d7 /FICS/gamedb.h | |
parent | 52ccb32d55764b48de2ae84c42726c3241cc4976 (diff) |
Made 'rstr' const
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 |