Eliminate some more warnings

This commit is contained in:
Berke Viktor
2012-10-30 21:25:58 +01:00
parent 284dbfbe3d
commit cb0f6c8c91
11 changed files with 12 additions and 12 deletions

View File

@@ -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 {