Skip to content

Commit

Permalink
Update include/mata/parser/mintermization.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Fiedor <[email protected]>
  • Loading branch information
martinhruska and tfiedor authored Oct 7, 2023
1 parent 6c745e3 commit 637630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mata/parser/mintermization.hh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public:
IntermediateAut::parse_transition(res, {trans.first.raw, std::to_string(symbol),
trans.second.children[1].node.raw});
}
symbol++;
++symbol;
}
}
}
Expand Down

0 comments on commit 637630c

Please sign in to comment.