1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix indentation.

This commit is contained in:
Giuseppe Scrivano 2011-06-05 14:31:24 +02:00
parent 67d81d15a5
commit 544f0d478a

View File

@ -947,8 +947,7 @@ retrieve_from_file (const char *file, bool html, int *count)
{
int dt,url_err;
uerr_t status;
struct url * url_parsed = url_parse(url, &url_err, iri, true);
struct url *url_parsed = url_parse (url, &url_err, iri, true);
if (!url_parsed)
{
char *error = url_error (url, url_err);