commit 6b923b07a732c4fd41f6ce1a9979bcf7eb3d9fd1
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Jul 21 17:09:52 2018 +0300
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Jul 21 17:09:52 2018 +0300
doom: Make copyright banner const
---
src/doom/d_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index 79a5304b..6ee5a7dd 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -900,7 +900,7 @@ static boolean D_AddFile(char *filename)
// Some dehacked mods replace these. These are only displayed if they are
// replaced by dehacked.
-static char *copyright_banners[] =
+static const char *copyright_banners[] =
{
"===========================================================================\n"
"ATTENTION: This version of DOOM has been modified. If you would like to\n"