aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/getinmemory.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-15 13:04:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-15 13:04:53 +0000
commit3ceb2bcbb9cc3e77c6401ece5b05720779f459e9 (patch)
tree8ec09929920640efad93b0ccef265c0e1c9cdf61 /docs/examples/getinmemory.c
parent2457a319481fb5eaccda3a79e8c3f2b8623ab70c (diff)
this might actually compile too...
Diffstat (limited to 'docs/examples/getinmemory.c')
-rw-r--r--docs/examples/getinmemory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/examples/getinmemory.c b/docs/examples/getinmemory.c
index 3304a1dbd..afd6e3f03 100644
--- a/docs/examples/getinmemory.c
+++ b/docs/examples/getinmemory.c
@@ -44,8 +44,7 @@ WriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *data)
int main(int argc, char **argv)
{
- CURL *curl;
- CURLcode res;
+ CURL *curl_handle;
struct MemoryStruct chunk;