Fixed some more signed-unsigned-comparison warnings.

This commit is contained in:
Arnavion
2014-12-15 10:25:28 -08:00
parent a86b03e939
commit ec7a0d6e13
10 changed files with 25 additions and 33 deletions

View File

@@ -332,7 +332,7 @@ static char *commands[] = {
#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
void
url_check_line (char *buf, int len)
url_check_line (char *buf)
{
GRegex *re(void);
GMatchInfo *gmi;