projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
9141e90
)
Fix return type.
author
Brian Aker
<brian@gaz>
Thu, 8 Oct 2009 20:25:24 +0000
(13:25 -0700)
committer
Brian Aker
<brian@gaz>
Thu, 8 Oct 2009 20:25:24 +0000
(13:25 -0700)
tests/function.c
patch
|
blob
|
history
diff --git
a/tests/function.c
b/tests/function.c
index b97356752ac18d53dc2665f776619b85cab31f10..988fcf4f505891ddf8f87a7a73f0cd8f036875ed 100644
(file)
--- 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);