diff options
Diffstat (limited to 'src/common/url.c')
-rw-r--r-- | src/common/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |