Skip to content

Commit

Permalink
Fix an overzealous const
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Oct 1, 2022
1 parent 655efa7 commit 5cfe176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sp_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "php_snuffleupagus.h"

static const sp_config_keyword sp_func[] = {
static sp_config_keyword sp_func[] = {
{parse_unserialize, SP_TOKEN_UNSERIALIZE_HMAC, &(SPCFG(unserialize))},
{parse_enable, SP_TOKEN_HARDEN_RANDOM, &(SPCFG(random).enable)},
{parse_log_media, SP_TOKEN_LOG_MEDIA, &(SPCFG(log_media))},
Expand Down

0 comments on commit 5cfe176

Please sign in to comment.