Fix return type.
authorBrian Aker <brian@gaz>
Thu, 8 Oct 2009 20:25:24 +0000 (13:25 -0700)
committerBrian Aker <brian@gaz>
Thu, 8 Oct 2009 20:25:24 +0000 (13:25 -0700)
tests/function.c

index b97356752ac18d53dc2665f776619b85cab31f10..988fcf4f505891ddf8f87a7a73f0cd8f036875ed 100644 (file)
@@ -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);