1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix indentation.

This commit is contained in:
Giuseppe Scrivano 2010-10-11 22:49:14 +02:00
parent af928aaaaa
commit 7ae38d431e
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2010-10-11 Giuseppe Scrivano <gscrivano@gnu.org>
* ftp.c (getftp): Fix indentation.
2010-10-11 Steven Schubiger <stsc@member.fsf.org>
* ftp.c (getftp): Initialize `targ'.

View File

@ -504,9 +504,9 @@ Error in server response, closing control connection.\n"));
else
{
char *targ = NULL;
int cwd_count;
int cwd_end;
int cwd_start;
int cwd_count;
int cwd_end;
int cwd_start;
char *target = u->dir;