foxygit / doom Log in
commit 8f69c655582adfc52f33757fc07648af8c3253fc
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Dec 8 16:24:46 2018 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Dec 8 16:24:46 2018 +0200

    heretic: Make hhe_versions contents const
---
 src/heretic/deh_htic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/heretic/deh_htic.c b/src/heretic/deh_htic.c
index 5f2487d1..b7b84d7d 100644
--- a/src/heretic/deh_htic.c
+++ b/src/heretic/deh_htic.c
@@ -32,7 +32,7 @@ const char *deh_signatures[] =
     NULL
 };

-static char *hhe_versions[] =
+static const char *hhe_versions[] =
 {
     "1.0", "1.2", "1.3"
 };