From 042828f4690232e4e2d8b0787acb941d64b59b97 Mon Sep 17 00:00:00 2001 From: Xavier Saint Date: Fri, 1 Aug 2008 14:58:37 +0200 Subject: [PATCH] Add a missing return... --- src/iri.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2