summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config_keywords.c')
-rw-r--r--src/sp_config_keywords.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c
index 93c3da9..5df3d97 100644
--- a/src/sp_config_keywords.c
+++ b/src/sp_config_keywords.c
@@ -25,7 +25,7 @@ static int get_construct_type(sp_disabled_function const *const df) {
25 } 25 }
26 } else { 26 } else {
27 if (true == 27 if (true ==
28 is_regexp_matching(df->r_function, CONSTRUCTS_TYPES[i].keys[j])) { 28 sp_is_regexp_matching(df->r_function, CONSTRUCTS_TYPES[i].keys[j])) {
29 return CONSTRUCTS_TYPES[i].type; 29 return CONSTRUCTS_TYPES[i].type;
30 } 30 }
31 } 31 }