]> sjero.net Git - wget/blobdiff - src/ftp.c
Fix indentation.
[wget] / src / ftp.c
index cba545002d9039a936bfd18da3dcb0852387374d..42884d453a53635f13ca7c84a51b1a3013197cfb 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -503,10 +503,10 @@ Error in server response, closing control connection.\n"));
         logputs (LOG_VERBOSE, _("==> CWD not needed.\n"));
       else
         {
-          char *targ;
-         int cwd_count;
-         int cwd_end;
-         int cwd_start;
+          char *targ = NULL;
+          int cwd_count;
+          int cwd_end;
+          int cwd_start;
 
           char *target = u->dir;