aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c
index 44eb4cf18..45d428be9 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -717,7 +717,7 @@ int wget_main(int argc UNUSED_PARAM, char **argv)
717 G.beg_range = xlseek(output_fd, 0, SEEK_END); 717 G.beg_range = xlseek(output_fd, 0, SEEK_END);
718 } 718 }
719 /* File doesn't exist. We do not create file here yet. 719 /* File doesn't exist. We do not create file here yet.
720 * We are not sure it exists on remove side */ 720 * We are not sure it exists on remote side */
721 } 721 }
722 722
723 redir_limit = 5; 723 redir_limit = 5;