mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Add deliberate fall-through comment into scintilla code
This commit is contained in:
@@ -784,6 +784,7 @@ int RESearch::Execute(CharacterIndexer &ci, int lp, int 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);
|
||||
|
||||
Reference in New Issue
Block a user