From ec7a0d6e13f0fa66299cab7fdad8e639e01ee9dd Mon Sep 17 00:00:00 2001 From: Arnavion Date: Mon, 15 Dec 2014 10:25:28 -0800 Subject: Fixed some more signed-unsigned-comparison warnings. --- src/common/url.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/url.h') diff --git a/src/common/url.h b/src/common/url.h index 676f9a6d..1b1deb3d 100644 --- a/src/common/url.h +++ b/src/common/url.h @@ -36,6 +36,6 @@ void url_clear (void); void url_save_tree (const char *fname, const char *mode, gboolean fullpath); int url_last (int *, int *); int url_check_word (const char *word); -void url_check_line (char *buf, int len); +void url_check_line (char *buf); #endif -- cgit 1.4.1