dehacked: Make deh_section_s name member const
This commit is contained in:
parent
7862764e12
commit
87fe8d3502
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue