From 626e08bd9fa515d0e4c1d0a9dda70157773e175e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:46:06 +0000 Subject: [PATCH] Deploy to GitHub pages --- libmemcached/examples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); { // ... } -- 2.30.2