From e7981e0e28541e5046c40879a4fdbcc308f143ec Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Sep 2008 13:27:30 +0200 Subject: use size_t and unsigned integers --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 9b1aafe4f..7426a55ca 100644 --- a/src/options.c +++ b/src/options.c @@ -275,7 +275,7 @@ options_parse(int argc, const char *argv[]) } /* check for short options */ else if (len>=2 && g_str_has_prefix(arg, "-")) { - int j; + size_t j; for(j=1; j