Skip to content

Commit

Permalink
cut off argc and argv as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 9, 2002
1 parent fd1799f commit 5bd6d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <stdio.h>
#include <curl/curl.h>

int main(int argc, char **argv)
int main(void)
{
CURL *curl;
CURLcode res;
Expand Down

0 comments on commit 5bd6d63

Please sign in to comment.