diff options
Diffstat (limited to 'catgets/tst-catgets.c')
-rw-r--r-- | catgets/tst-catgets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/tst-catgets.c b/catgets/tst-catgets.c index 249e89f7e0..9936554200 100644 --- a/catgets/tst-catgets.c +++ b/catgets/tst-catgets.c @@ -26,7 +26,7 @@ main (void) for (rnd = 0; rnd < ROUNDS; ++rnd) { nl_catd cd = catopen ("libc", 0); - int cnt; + size_t cnt; if (cd == (nl_catd) -1) { |