Commit eb56e6df authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Constification (spotted by flexelint)

parent 8caf560c
......@@ -323,7 +323,7 @@ VPX_tlv(const struct req *req, int typ, void **dst, int *len)
}
static int
vpx_proto2(const struct worker *wrk, struct req *req)
vpx_proto2(const struct worker *wrk, const struct req *req)
{
uintptr_t *up;
uint16_t tlv_len;
......
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