Commit 40a4f462 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Constification

parent 5e6c7075
......@@ -149,7 +149,7 @@ vcc_delete_expr(struct expr *e)
*/
static void
vcc_strands_edit(struct expr *e1, struct expr *e2)
vcc_strands_edit(const struct expr *e1, const struct expr *e2)
{
if (e2->nstr == 1) {
......
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