Fix sign issue
authorBrian Aker <brian@tangent.org>
Tue, 13 Dec 2011 03:17:43 +0000 (19:17 -0800)
committerBrian Aker <brian@tangent.org>
Tue, 13 Dec 2011 03:17:43 +0000 (19:17 -0800)
tests/libmemcached-1.0/mem_functions.cc

index cf021afea19d790ce96a860f7d57dcf4ea8ae790..29009ce3e2d9a73bfcf1da91f95fba474a2f1e8b 100644 (file)
@@ -485,7 +485,7 @@ static test_return_t memcached_return_t_TEST(memcached_st *memc)
                         4159057246U, 3425930182U, 2593724503U,  1868899624U,
                         1769812374U, 2302537950U, 1110330676U, 3365377466U, 
                         1336171666U, 3021258493U, 2334992265U, 3861994737U, 
-                        3582734124, 3365377466U };
+                        3582734124U, 3365377466U };
 
   // You have updated the memcache_error messages but not updated docs/tests.
   for (int rc= int(MEMCACHED_SUCCESS); rc < int(MEMCACHED_MAXIMUM_RETURN); ++rc)