]> sjero.net Git - wget/blobdiff - src/html-url.h
Fix a problem when -k is specified and url's are specified in CSS code.
[wget] / src / html-url.h
index 458f2521ea6af4680e28ad8a692335abb5ca8732..5592aad1c61b2bb82d469a3895433c28c5db9270 100644 (file)
@@ -40,8 +40,7 @@ struct map_context {
   bool nofollow;               /* whether NOFOLLOW was specified in a
                                    <meta name=robots> tag. */
 
-  struct urlpos *head, *tail;  /* List of URLs that is being
-                                  built. */
+  struct urlpos *head; /* List of URLs that is being built. */
 };
 
 struct urlpos *get_urls_file (const char *);