summaryrefslogtreecommitdiff
path: root/src/sp_execute.c
diff options
context:
space:
mode:
authorjvoisin2018-03-12 10:04:50 +0100
committerjvoisin2018-03-12 10:04:50 +0100
commitc5a87dc823d57a29233e47ce89df5dc0b60bd581 (patch)
tree767922cb413ba8e51b0ca660aee9b310d277c4cb /src/sp_execute.c
parent1b0f8a4135dcd092cc92167772dfee7273829e39 (diff)
Bump the changelogv0.2.2
Diffstat (limited to '')
-rw-r--r--src/sp_execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c
index bb03ad9..ef71227 100644
--- a/src/sp_execute.c
+++ b/src/sp_execute.c
@@ -35,7 +35,7 @@ ZEND_COLD static inline void terminate_if_writable(const char *filename) {
35 } 35 }
36} 36}
37 37
38static void inline is_builtin_matching(const char *restrict const filename, 38inline static void is_builtin_matching(const char *restrict const filename,
39 const char *restrict const function_name, 39 const char *restrict const function_name,
40 const char *restrict const param_name, 40 const char *restrict const param_name,
41 const sp_list_node *config) { 41 const sp_list_node *config) {