X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6e9e952088e8aa586060aa2464a19186f3d58341..22dcdc3b1a1c7c820fabe3ebaae8be6b09b4408e:/sshzlib.c diff --git a/sshzlib.c b/sshzlib.c index 926a2d01..3da133f8 100644 --- a/sshzlib.c +++ b/sshzlib.c @@ -592,7 +592,7 @@ void zlib_compress_init(void) { */ int zlib_disable_compression(void) { struct Outbuf *out = (struct Outbuf *)ectx.userdata; - int n, startbits; + int n; out->comp_disabled = TRUE;