From: Brian Aker Date: Thu, 8 Oct 2009 20:25:24 +0000 (-0700) Subject: Fix return type. X-Git-Tag: 0.34~9 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=aa35c6dc762deca730590f43425aaf7eb18ada2f;p=awesomized%2Flibmemcached Fix return type. --- 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);