summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.c b/browser.c
index 2ecf0b5..10f9cd1 100644
--- a/browser.c
+++ b/browser.c
@@ -1164,7 +1164,7 @@ permission_request(WebKitWebView *v, WebKitPermissionRequest *r, gpointer data)
{
struct Client *c = (struct Client *)data;
const gchar *h;
- char *permission_str;
+ const gchar *permission_str;
h = g_uri_get_host(g_uri_parse(
webkit_web_view_get_uri(WEBKIT_WEB_VIEW(c->web_view)),