summaryrefslogtreecommitdiff
path: root/iconvdata
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata')
-rw-r--r--iconvdata/tst-loading.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/tst-loading.c b/iconvdata/tst-loading.c
index 0d55e812d1..95a7f07b1a 100644
--- a/iconvdata/tst-loading.c
+++ b/iconvdata/tst-loading.c
@@ -1,5 +1,5 @@
/* Tests for loading and unloading of iconv modules.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
@@ -118,7 +118,7 @@ static const char inbuf[] =
int
main (void)
{
- int count = TEST_ROUNDS;
+ size_t count = TEST_ROUNDS;
int result = 0;
mtrace ();