aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index ed848902086..240a91f2ba8 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -2637,8 +2637,8 @@ regex_compile (const_re_char *pattern, size_t size,
2637 || (syntax & RE_LIMITED_OPS)) 2637 || (syntax & RE_LIMITED_OPS))
2638 goto normal_char; 2638 goto normal_char;
2639 FALLTHROUGH; 2639 FALLTHROUGH;
2640 handle_plus:
2641 case '*': 2640 case '*':
2641 handle_plus:
2642 /* If there is no previous pattern... */ 2642 /* If there is no previous pattern... */
2643 if (!laststart) 2643 if (!laststart)
2644 { 2644 {