Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcansansar committed Aug 16, 2024
1 parent 895e05c commit 1c3d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLA/parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -2852,7 +2852,7 @@ boxlist : boxlist abox
abox : NB {
tmpBinlist.push_back($1);
}
| INT {tmpBinlist.push_back($1)}
| INT {tmpBinlist.push_back($1);}
;
hamhum : ALIAS ID {
DEBUG ("ALIAS found.\t");
Expand Down

0 comments on commit 1c3d995

Please sign in to comment.