]> sjero.net Git - wget/commitdiff
Add a missing return...
authorXavier Saint <wget@sxav.eu>
Fri, 1 Aug 2008 12:58:37 +0000 (14:58 +0200)
committerXavier Saint <wget@sxav.eu>
Fri, 1 Aug 2008 12:58:37 +0000 (14:58 +0200)
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