diff options
| author | jvoisin | 2021-07-28 11:55:57 +0200 |
|---|---|---|
| committer | jvoisin | 2021-07-28 11:55:57 +0200 |
| commit | e62f226c3ed885808c832040872fc2d73ca46dac (patch) | |
| tree | 49921999078fe8e19d3218941c39f4270ac3706d /src/sp_config.c | |
| parent | 693041ba2ed4aa9bafaf0ae55fde02667799f385 (diff) | |
Sprinkle even more `const`
Diffstat (limited to 'src/sp_config.c')
| -rw-r--r-- | src/sp_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config.c b/src/sp_config.c index 26476a2..c12b435 100644 --- a/src/sp_config.c +++ b/src/sp_config.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | size_t sp_line_no; | 7 | size_t sp_line_no; |
| 8 | 8 | ||
| 9 | sp_config_tokens const sp_func[] = { | 9 | static sp_config_tokens const sp_func[] = { |
| 10 | {.func = parse_unserialize, .token = SP_TOKEN_UNSERIALIZE_HMAC}, | 10 | {.func = parse_unserialize, .token = SP_TOKEN_UNSERIALIZE_HMAC}, |
| 11 | {.func = parse_random, .token = SP_TOKEN_HARDEN_RANDOM}, | 11 | {.func = parse_random, .token = SP_TOKEN_HARDEN_RANDOM}, |
| 12 | {.func = parse_log_media, .token = SP_TOKEN_LOG_MEDIA}, | 12 | {.func = parse_log_media, .token = SP_TOKEN_LOG_MEDIA}, |
