tweak wildcard. Fixes #1213

This commit is contained in:
parrt 2017-03-15 09:03:50 -07:00
parent 17054985aa
commit 4c1dc90064
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ else {
Wildcard(w) ::= <<
this.state = <w.stateNumber>;
<if(w.labels)><w.labels:{l | <labelref(l)> = }><endif>matchWildcard();
<if(w.labels)><w.labels:{l | <labelref(l)> = }><endif>this.matchWildcard();
>>
// ACTION STUFF