From f9b2d2781b96614fbda754a3dbf29097c2bfe101 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Thu, 18 Mar 2010 15:40:55 -0700 Subject: [PATCH] Style cleanup --- tests/mem_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mem_functions.c b/tests/mem_functions.c index 9b050560..815f77b7 100644 --- a/tests/mem_functions.c +++ b/tests/mem_functions.c @@ -4490,7 +4490,7 @@ static test_return_t replication_randomize_mget_test(memcached_st *memc) const char *keys[]= { "key1", "key2", "key3", "key4", "key5", "key6", "key7" }; size_t len[]= { 4, 4, 4, 4, 4, 4, 4 }; - for (int x=0; x< 7; ++x) + for (size_t x= 0; x< 7; ++x) { rc= memcached_set(memc, keys[x], len[x], "1", 1, 0, 0); test_true(rc == MEMCACHED_SUCCESS); -- 2.30.2