Commit 2a450be4 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Polish

parent dd0f6a54
...@@ -1347,10 +1347,8 @@ vcc_Expr(struct vcc *tl, vcc_type_t fmt) ...@@ -1347,10 +1347,8 @@ vcc_Expr(struct vcc *tl, vcc_type_t fmt)
} }
vcc_expr_fmt(tl->fb, tl->indent, e); vcc_expr_fmt(tl->fb, tl->indent, e);
VSB_putc(tl->fb, '\n'); VSB_putc(tl->fb, '\n');
} else { } else if (t1 != tl->t)
if (t1 != tl->t)
vcc_ErrWhere2(tl, t1, tl->t); vcc_ErrWhere2(tl, t1, tl->t);
}
vcc_delete_expr(e); vcc_delete_expr(e);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment