1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Fix a few trivial compiler warnings

[originally from svn r1001]
This commit is contained in:
Simon Tatham
2001-03-15 11:39:17 +00:00
parent 31d6765aca
commit 4b5a97fbee
2 changed files with 2 additions and 3 deletions

View File

@ -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;