aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfa.c b/dfa.c
index eeded08e..acd1a947 100644
--- a/dfa.c
+++ b/dfa.c
@@ -2967,7 +2967,7 @@ match_mb_charset (struct dfa *d, int s, position pos, int idx)
for (i = 0; i<work_mbc->nranges; i++)
{
if (work_mbc->range_sts[i] <= wc &&
- wc <= work_mbc->range_ends[i])
+ wc <= work_mbc->range_ends[i])
goto charset_matched;
}