aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c
index 76000894044..bbbfcc9fe54 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -3786,8 +3786,8 @@ re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
3786 3786
3787 /* Written out as an if-else to avoid testing `translate' 3787 /* Written out as an if-else to avoid testing `translate'
3788 inside the loop. */ 3788 inside the loop. */
3789 if (RE_TRANSLATE_P (translate)) 3789 if (RE_TRANSLATE_P (translate))
3790{ 3790 {
3791 if (multibyte) 3791 if (multibyte)
3792 while (range > lim) 3792 while (range > lim)
3793 { 3793 {