Commit 7c287edd authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Duh! Monday morning typo.

parent 2aa70ca5
......@@ -546,7 +546,6 @@ ved_pretend_gzip_bytes(struct vdp_ctx *vdx, enum vdp_action act, void **priv,
lx = 65535;
else
lx = (uint16_t)l;
lx = (uint16_t)l;
buf[0] = 0;
vle16enc(buf + 1, lx);
vle16enc(buf + 3, ~lx);
......
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