diff options
| author | hniksic <devnull@localhost> | 2005-06-26 13:29:39 -0700 |
|---|---|---|
| committer | hniksic <devnull@localhost> | 2005-06-26 13:29:39 -0700 |
| commit | fc532c9bee4929faf203dab586d7b75de04baf2f (patch) | |
| tree | 855a60cd9a0b9aba0f8c29ee5bbe3a112fa5e7c7 /src/html-url.c | |
| parent | 5019227f61ee6337ea9dfaecdc51b0a793c6e19c (diff) | |
| download | wget-fc532c9bee4929faf203dab586d7b75de04baf2f.tar.gz | |
[svn] Don't explicitly set entry->next to NULL since entry is already zeroed out.
Diffstat (limited to 'src/html-url.c')
| -rw-r--r-- | src/html-url.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html-url.c b/src/html-url.c index 27de1eab..47b52e69 100644 --- a/src/html-url.c +++ b/src/html-url.c @@ -701,7 +701,6 @@ get_urls_file (const char *file) xfree (url_text); entry = xnew0 (struct urlpos); - entry->next = NULL; entry->url = url; if (!head) |
