Skip to content

Commit

Permalink
removed invalid inline keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
bef committed Aug 8, 2021
1 parent 372e7a0 commit 5e99a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sp_config_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ zend_string *get_param(size_t *consumed, char *restrict line, sp_type type,
return NULL;
}

zend_always_inline sp_list_node *parse_functions_list(char *value) {
sp_list_node *parse_functions_list(char *value) {
static const char *sep = ">";

if (NULL == strchr(value, sep[0])) {
Expand Down

0 comments on commit 5e99a90

Please sign in to comment.