From cb0f6c8c91b564e541688b3f0f57d8456295dc1f Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 21:25:58 +0100 Subject: Eliminate some more warnings --- src/common/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/url.c') diff --git a/src/common/url.c b/src/common/url.c index 618a4a71..0a4c3609 100644 --- a/src/common/url.c +++ b/src/common/url.c @@ -178,7 +178,7 @@ url_add (char *urltext, int len) 2.4.4 release. */ int -url_check_word (char *word, int len) +url_check_word (const char *word, int len) { #define D(x) (x), ((sizeof (x)) - 1) static const struct { -- cgit 1.4.1