diff options
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index f957d15..f245943 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -188,7 +188,7 @@ typedef struct { | |||
| 188 | 188 | ||
| 189 | typedef struct { | 189 | typedef struct { |
| 190 | SP_PARSE_FN((*func)); | 190 | SP_PARSE_FN((*func)); |
| 191 | char *token; | 191 | const char *token; |
| 192 | void *retval; | 192 | void *retval; |
| 193 | } sp_config_keyword; | 193 | } sp_config_keyword; |
| 194 | 194 | ||
