From aa35c6dc762deca730590f43425aaf7eb18ada2f Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Thu, 8 Oct 2009 13:25:24 -0700 Subject: [PATCH] Fix return type. --- tests/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/function.c b/tests/function.c index b9735675..988fcf4f 100644 --- a/tests/function.c +++ b/tests/function.c @@ -2600,7 +2600,7 @@ static test_return _user_supplied_bug21(memcached_st* memc, size_t key_count) static test_return user_supplied_bug21(memcached_st *memc) { - memcached_return rc; + test_return rc; /* should work as of r580 */ rc= _user_supplied_bug21(memc, 10); -- 2.30.2