fix: duplicate break

This commit is contained in:
iceman1001 2019-04-04 22:09:43 +02:00
parent cd78a0878b
commit ff25fc700e

View file

@ -3263,7 +3263,6 @@ static const TRexChar *trex_matchnode(TRex *exp, TRexNode *node, const TRexChar
return asd;
}
return NULL;
break;
}
case OP_EXPR:
case OP_NOCAPEXPR: {