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

cut off argc and argv as well

parent fd1799f3
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
#include <stdio.h>
#include <curl/curl.h>
int main(int argc, char **argv)
int main(void)
{
CURL *curl;
CURLcode res;
......
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