From: Xavier Saint Date: Fri, 1 Aug 2008 12:58:37 +0000 (+0200) Subject: Add a missing return... X-Git-Tag: v1.13~338^2~7^2~6^2~9 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=042828f4690232e4e2d8b0787acb941d64b59b97 Add a missing return... --- diff --git a/src/iri.c b/src/iri.c index 3ee99871..a45f3899 100644 --- a/src/iri.c +++ b/src/iri.c @@ -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