From: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:46:06 +0000 (+0000) Subject: Deploy to GitHub pages X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=refs%2Fheads%2Fgh-pages;p=awesomized%2Flibmemcached Deploy to GitHub pages --- diff --git a/libmemcached/examples.html b/libmemcached/examples.html index 0051e060..3db89df2 100644 --- a/libmemcached/examples.html +++ b/libmemcached/examples.html @@ -185,7 +185,7 @@ These are always up to date, and are used for each test run of the library.
"--SERVER=host10.example.com " "--SERVER=host11.example.com " "--SERVER=host10.example.com"; -memcached_st *memc= memcached(config_string, strlen(config_string); +memcached_st *memc= memcached(config_string, strlen(config_string)); { // ... }