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

fix compiler warning

parent 4e4f33a2
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
#define UPLOADTHIS "this is the blurb we want to upload\n"
#ifndef LIB548
static size_t readcallback(void *ptr,
size_t size,
size_t nmemb,
......@@ -28,6 +29,7 @@ static size_t readcallback(void *ptr,
}
return 0;
}
#endif
int test(char *URL)
{
......
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