]> sjero.net Git - wget/blobdiff - src/iri.c
Add a missing return...
[wget] / src / iri.c
index 3ee99871273ad76c4d115c015bcb751653e93ec3..a45f38993225d0f9cc82c4d19a6073152b253916 100644 (file)
--- 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