From 6ef2df13f7ee0470575db9e02663e30992a2a032 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 11:12:17 +0000 Subject: Fix const correctness svn path=/trunk/netsurf/; revision=13228 --- 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 62b8477a7..96e7a76f8 100644 --- a/utils/nsurl.h +++ b/utils/nsurl.h @@ -60,7 +60,7 @@ typedef enum nsurl_component { * It is up to the client to call nsurl_destroy when they are finished with * the created object. */ -nserror nsurl_create(const char const *url_s, nsurl **url); +nserror nsurl_create(const char * const url_s, nsurl **url); /** -- cgit v1.2.3