X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhtml-url.h;h=5592aad1c61b2bb82d469a3895433c28c5db9270;hp=458f2521ea6af4680e28ad8a692335abb5ca8732;hb=e095cc064eb72ca0cee6d41622e39e7ea3f211a6;hpb=75c6ca0f5d1cc9baf604ed44f1a7b68a0373357d diff --git a/src/html-url.h b/src/html-url.h index 458f2521..5592aad1 100644 --- a/src/html-url.h +++ b/src/html-url.h @@ -40,8 +40,7 @@ struct map_context { bool nofollow; /* whether NOFOLLOW was specified in a 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 *);