Skip to content
Snippets Groups Projects
Commit 3ceb2bcb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

this might actually compile too...

parent 2457a319
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,7 @@ WriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *data) ...@@ -44,8 +44,7 @@ WriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *data)
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
CURL *curl; CURL *curl_handle;
CURLcode res;
struct MemoryStruct chunk; struct MemoryStruct chunk;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment