heretic: Make hhe_string_t string member const
This commit is contained in:
parent
0e529f1408
commit
bb1058e35c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
typedef struct
|
||||
{
|
||||
unsigned int offsets[deh_hhe_num_versions];
|
||||
char *string;
|
||||
const char *string;
|
||||
} hhe_string_t;
|
||||
|
||||
// Offsets String
|
||||
|
|
|
|||
Loading…
Reference in a new issue