diff options
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/tst-loading.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/tst-loading.c b/iconvdata/tst-loading.c index 0d55e81..95a7f07 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 (); |