foxygit / doom Log in
commit 87fe8d350290348219affebcc0fb89965e8e90f8
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat May 19 15:05:58 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat May 19 15:52:48 2018 +0300

    dehacked: Make deh_section_s name member const
---
 src/deh_defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/deh_defs.h b/src/deh_defs.h
index 726febd1..a9b29ef1 100644
--- a/src/deh_defs.h
+++ b/src/deh_defs.h
@@ -30,7 +30,7 @@ typedef void (*deh_sha1_hash_t)(sha1_context_t *context);

 struct deh_section_s
 {
-    char *name;
+    const char *name;

     // Called on startup to initialize code