Regex: fix wrong fallthough in dump_regex
This commit is contained in:
parent
e9e9a08e7b
commit
df2bf9601c
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user