summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sp_config_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config_utils.c b/src/sp_config_utils.c
index 18cdf03..bc7b405 100644
--- a/src/sp_config_utils.c
+++ b/src/sp_config_utils.c
@@ -104,7 +104,7 @@ err:
104 return NULL; 104 return NULL;
105} 105}
106 106
107zend_always_inline sp_list_node *parse_functions_list(char *value) { 107sp_list_node *parse_functions_list(char *value) {
108 static const char *sep = ">"; 108 static const char *sep = ">";
109 109
110 if (NULL == strchr(value, sep[0])) { 110 if (NULL == strchr(value, sep[0])) {