From: Mark Atwood Date: Wed, 19 Sep 2007 12:02:09 +0000 (-0700) Subject: fix some typos X-Git-Tag: 0.2~18^2~3 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=06eda5c9a61d460a8040203ca5274ea18fe1062a;p=m6w6%2Flibmemcached fix some typos --- diff --git a/src/memcp.c b/src/memcp.c index 52c373a1..7f49d4da 100644 --- a/src/memcp.c +++ b/src/memcp.c @@ -8,6 +8,7 @@ #include #include +#include "client_options.h" static int opt_verbose; static char *opt_servers; @@ -117,7 +118,7 @@ int main(int argc, char *argv[]) rc= memcached_set(memc, ptr, strlen(ptr), mptr, sbuf.st_size, - expire, flags); + expires, flags); munmap(mptr, sbuf.st_size); close(fd);