ref: 4b6d00bc07ee56c15f30dd1d7815ff8983e4a789
parent: 42e70126fcf8dbb7804466ed4581ae53b0f1e3ae
author: Turo Lamminen <turotl@gmail.com>
date: Sat Jan 26 10:58:37 EST 2019
strife: Make copyright_banners contents const
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -957,7 +957,7 @@
// 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"