Constify

Found by flexelint
parent a3181740
......@@ -719,7 +719,7 @@ push_final(struct vdp_ctx *vdx, struct bytes_tree *tree,
}
static int
push_subreq(struct req *req, struct bytes_tree *tree,
push_subreq(struct req *req, const struct bytes_tree *tree,
struct node *node, const struct node *next)
{
struct req *subreq;
......
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