summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex_impl.cc b/src/regex_impl.cc
index f02e6c2a..8b6626fb 100644
--- a/src/regex_impl.cc
+++ b/src/regex_impl.cc
@@ -1016,6 +1016,7 @@ void dump_regex(const CompiledRegex& program)
}
case CompiledRegex::FindNextStart:
printf("find next start\n");
+ break;
case CompiledRegex::Match:
printf("match\n");
}