From 6afda499c290bea17fe2bcf5fcd257a1770528cf Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 17 Jul 2015 19:44:26 +0100 Subject: Show the IDN decoded form in the URL bar on GTK if the option is set. --- utils/nsurl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/nsurl.h') diff --git a/utils/nsurl.h b/utils/nsurl.h index 4fbc17b49..07d73f17f 100644 --- a/utils/nsurl.h +++ b/utils/nsurl.h @@ -191,7 +191,7 @@ const char *nsurl_access(const nsurl *url); * * The returned string has a trailing '\0'. */ -const char *nsurl_access_utf8(const nsurl *url); +char *nsurl_access_utf8(const nsurl *url); /** -- cgit v1.2.3