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

Add a missing return...

This commit is contained in:
Xavier Saint 2008-08-01 14:58:37 +02:00
parent b967d49f79
commit 042828f469

View File

@ -318,6 +318,7 @@ iri_new (void)
i->uri_encoding = opt.encoding_remote ? xstrdup (opt.encoding_remote) : NULL;
i->content_encoding = NULL;
i->utf8_encode = opt.enable_iri;
return i;
}
void