From: Daniel Stenberg Date: Tue, 15 May 2001 13:04:53 +0000 (+0000) Subject: this might actually compile too... X-Git-Tag: curl-7_8-pre2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ceb2bcbb9cc3e77c6401ece5b05720779f459e9;p=thirdparty%2Fcurl.git this might actually compile too... --- diff --git a/docs/examples/getinmemory.c b/docs/examples/getinmemory.c index 3304a1dbd6..afd6e3f037 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;