X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.c;fp=psftp.c;h=9c042cd22faae98058fb2fc873c665529428a351;hb=57e21d756e22c0f80a8dbccfdbda761aeedfca2f;hp=a718b794dc779ee87b36958891e0188f29e816ee;hpb=24a43404b4335a9c037746bc73fab3ffbd4875e1;p=PuTTY.git diff --git a/psftp.c b/psftp.c index a718b794..9c042cd2 100644 --- a/psftp.c +++ b/psftp.c @@ -433,7 +433,7 @@ int sftp_get_file(char *fname, char *outfname, int recurse, int restart) xfer = xfer_download_init(fh, offset); while (!xfer_done(xfer)) { void *vbuf; - int ret, len; + int len; int wpos, wlen; xfer_download_queue(xfer);