Skip to content

Commit 0c9d92c

Browse files
committed
[#1304] regen files
1 parent 7782e49 commit 0c9d92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/agent/agent_lexer.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ YY_RULE_SETUP
20162016
{
20172017
switch(driver.ctx_) {
20182018
case ParserContext::AGENT:
2019-
case ParserContext::AUTHENTICATION;
2019+
case ParserContext::AUTHENTICATION:
20202020
case ParserContext::CLIENTS:
20212021
case ParserContext::SERVER:
20222022
case ParserContext::LOGGERS:
@@ -2032,7 +2032,7 @@ YY_RULE_SETUP
20322032
{
20332033
switch(driver.ctx_) {
20342034
case ParserContext::AGENT:
2035-
case ParserContext::AUTHENTICATION;
2035+
case ParserContext::AUTHENTICATION:
20362036
case ParserContext::CLIENTS:
20372037
case ParserContext::SERVER:
20382038
case ParserContext::LOGGERS:

0 commit comments

Comments
 (0)