OverriddenJamRules: Remove an unneeded and erroneous ";"

This commit is contained in:
Augustin Cavalier 2019-08-28 22:52:22 -04:00
parent b9b6a688e3
commit 3cfe881d88

View File

@ -208,7 +208,7 @@ rule As
actions As
{
$(CC) -c "$(2)" -O2 $(ASFLAGS) -D_ASSEMBLER $(ASDEFS) $(ASHDRS) -o "$(1)" ;
$(CC) -c "$(2)" -O2 $(ASFLAGS) -D_ASSEMBLER $(ASDEFS) $(ASHDRS) -o "$(1)"
}
rule Lex