this might actually compile too...

This commit is contained in:
Daniel Stenberg 2001-05-15 13:04:53 +00:00
parent 2457a31948
commit 3ceb2bcbb9
1 changed files with 1 additions and 2 deletions

View File

@ -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;