moved extra % from printf

This commit is contained in:
Jeff Hill
1996-12-18 18:24:09 +00:00
parent 07e07db9c7
commit fdddf61b06

View File

@@ -362,7 +362,7 @@ gen_ss_array()
printf("\t/* ss name */ \"%s\",\n", ssp->value);
printf("\t/* ptr to state block */ state_%s%,\n", ssp->value);
printf("\t/* ptr to state block */ state_%s,\n", ssp->value);
nstates = exprCount(ssp->left);
printf("\t/* number of states */ %d,\n", nstates, ssp->value);