commit 051206f55c018f7f9b7660cb444c554f568df348 parent 45e74e1d82c733ea83a2af7b06c2c897ff1df3e9 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sun, 16 Nov 2014 06:11:56 -0500 Fix whites error Diffstat:
M | cc1/decl.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc1/decl.c b/cc1/decl.c @@ -52,7 +52,7 @@ fundcl(struct dcldata *dp) do { if (tp == &pars[NR_FUNPARAM]) error("too much parameters in function definition"); - + if ((*tp++ = parameter()) == voidtype) { if (n == 0) break;