diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 21:25:58 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 21:25:58 +0100 |
commit | cb0f6c8c91b564e541688b3f0f57d8456295dc1f (patch) | |
tree | 0ac1427e1d3a18ae152bd1d34f424c6db7759479 /src/common/url.c | |
parent | 284dbfbe3dc37e94b57e110b6ea23f847b9f6035 (diff) |
Eliminate some more warnings
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 { |