diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c index f7ca51184b3..f0129241cfe 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -2618,8 +2618,8 @@ regex_compile (const_re_char *pattern, size_t size, | |||
| 2618 | main_p = p1; | 2618 | main_p = p1; |
| 2619 | main_pend = pend; | 2619 | main_pend = pend; |
| 2620 | main_pattern = pattern; | 2620 | main_pattern = pattern; |
| 2621 | p = pattern = whitespace_regexp; | 2621 | p = pattern = (re_char *) whitespace_regexp; |
| 2622 | pend = p + strlen ((const char *) p); | 2622 | pend = p + strlen (whitespace_regexp); |
| 2623 | break; | 2623 | break; |
| 2624 | } | 2624 | } |
| 2625 | #endif | 2625 | #endif |