foxygit / doom Log in
commit 4b6d00bc07ee56c15f30dd1d7815ff8983e4a789
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Jan 26 15:58:37 2019 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jan 29 18:49:25 2019 +0200

    strife: Make copyright_banners contents const
---
 src/strife/d_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index b3a7cb60..903e8952 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -957,7 +957,7 @@ static boolean D_AddFile(char *filename)
 // Some dehacked mods replace these.  These are only displayed if they are
 // replaced by dehacked.
 // haleyjd 08/22/2010: [STRIFE] altered to match strings from binary
-static char *copyright_banners[] =
+static const char *copyright_banners[] =
 {
     "===========================================================================\n"
     "ATTENTION:  This version of STRIFE has extra files added to it.\n"