diff options
Diffstat (limited to 'src/sp_var_parser.h')
| -rw-r--r-- | src/sp_var_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_var_parser.h b/src/sp_var_parser.h index 6d53691..c2981a3 100644 --- a/src/sp_var_parser.h +++ b/src/sp_var_parser.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | typedef struct sp_token_s { | 5 | typedef struct sp_token_s { |
| 6 | elem_type type; | 6 | elem_type type; |
| 7 | char *text_repr; | 7 | const char *text_repr; |
| 8 | size_t pos; | 8 | size_t pos; |
| 9 | } sp_conf_token; | 9 | } sp_conf_token; |
| 10 | 10 | ||
