We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05ad3c commit e55a7f0Copy full SHA for e55a7f0
bant/util/grep-highlighter.cc
@@ -173,8 +173,7 @@ std::unique_ptr<GrepHighlighter> CreateGrepHighlighterFromFlags(
173
auto result =
174
std::make_unique<GrepHighlighter>(flags.do_color, !flags.grep_or_semantics);
175
if (!result->AddExpressions(flags.grep_expressions,
176
- flags.regex_case_insesitive,
177
- session.error())) {
+ flags.regex_case_insesitive, session.error())) {
178
result.reset();
179
}
180
return result;
0 commit comments