From 59b3db273e6e628afb188681e178ea53d571b03d Mon Sep 17 00:00:00 2001 From: Ben Foster Date: Wed, 25 Oct 2017 22:25:30 +0100 Subject: Renames `sp_new_list` -> `sp_list_new` To be consistent with the rest of the `sp_list` functions. --- src/sp_config_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp_config_utils.c') diff --git a/src/sp_config_utils.c b/src/sp_config_utils.c index 62fb7c1..2e97ba8 100644 --- a/src/sp_config_utils.c +++ b/src/sp_config_utils.c @@ -179,7 +179,7 @@ zend_always_inline sp_node_t *parse_functions_list(char *value) { return NULL; } - sp_node_t *list = sp_new_list(); + sp_node_t *list = sp_list_new(); char* tmp = strdup(value); char* function_name; char *next_token = tmp; @@ -189,4 +189,4 @@ zend_always_inline sp_node_t *parse_functions_list(char *value) { free(tmp); return list; -} \ No newline at end of file +} -- cgit v1.3