diff options
Diffstat (limited to 'tests/core/strmap.c')
-rw-r--r-- | tests/core/strmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/strmap.c b/tests/core/strmap.c index 2fa594d43..64f516452 100644 --- a/tests/core/strmap.c +++ b/tests/core/strmap.c @@ -60,7 +60,7 @@ void test_core_strmap__1(void) void test_core_strmap__2(void) { - khiter_t pos; + size_t pos; int i; char *str; |