aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/RESearch.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RESearch.cxx b/src/RESearch.cxx
index 9bcea1ce9..65a732ef3 100644
--- a/src/RESearch.cxx
+++ b/src/RESearch.cxx
@@ -784,6 +784,7 @@ int RESearch::Execute(CharacterIndexer &ci, Sci::Position lp, Sci::Position endp
lp++;
if (lp >= endp) /* if EOS, fail, else fall through. */
return 0;
+ // Falls through.
default: /* regular matching all the way. */
while (lp < endp) {
ep = PMatch(ci, lp, endp, ap);