]> sjero.net Git - wget/blobdiff - src/recur.c
Use dt rather than result
[wget] / src / recur.c
index e5f2b929269e0b8afe2188c1becb26f95ede28ab..d8279c39e4b868b69a59cfbb958851e926cb8dd5 100644 (file)
@@ -450,7 +450,7 @@ download_child_p (const struct urlpos *upos, struct url *parent, int depth,
 
   if (string_set_contains (blacklist, url))
     {
-      if (opt.spider) 
+      if (opt.spider)
         {
           char *referrer = url_string (parent, URL_AUTH_HIDE_PASSWD);
           DEBUGP (("download_child_p: parent->url is: %s\n", quote (parent->url)));