aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index a617831a..3dce1d52 100644
--- a/re.c
+++ b/re.c
@@ -602,7 +602,7 @@ again:
classes[i].warned = TRUE;
}
- if (*sp < end) {
+ if (sp < end) {
found = FALSE;
goto again;
}