summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/param.c b/libhb/param.c
index 96b1e2709..ced5dd101 100644
--- a/libhb/param.c
+++ b/libhb/param.c
@@ -238,7 +238,7 @@ int hb_validate_filter_settings(int filter_id, const char *filter_param)
// Regex matches "number" followed by one or more ":number", where number is uint or ufloat
const char *hb_colon_separated_params_regex = "^((([0-9]+([.][0-9]+)?)|([.][0-9]+))((:(([0-9]+([.][0-9]+)?)|([.][0-9]+)))+)?)$";
- char *regex_pattern = NULL;
+ const char *regex_pattern = NULL;
switch (filter_id)
{