diff --git a/parser/parser_regex.c b/parser/parser_regex.c index 90bf2c429..db62c995c 100644 --- a/parser/parser_regex.c +++ b/parser/parser_regex.c @@ -366,7 +366,7 @@ pattern_t convert_aaregex_to_pcre(const char *aare, int anchor, int glob, case '(': case ')': pcre.append("\\"); - // fall through to default + /* Fall through */ default: if (bEscape) {