fix: duplicate break
This commit is contained in:
@@ -3263,7 +3263,6 @@ static const TRexChar *trex_matchnode(TRex *exp, TRexNode *node, const TRexChar
|
|||||||
return asd;
|
return asd;
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
case OP_EXPR:
|
case OP_EXPR:
|
||||||
case OP_NOCAPEXPR: {
|
case OP_NOCAPEXPR: {
|
||||||
|
|||||||
Reference in New Issue
Block a user