mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:57:29 +03:00
fix compiler warning: defined but not used
This commit is contained in:
parent
7c9631081d
commit
2b767161da
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
#endif
|
||||
if(rc)
|
||||
printf("Resolving '%s' didn't work\n", host);
|
||||
printf("Resolving IPv%d '%s' didn't work\n", (use_ipv6?6:4), host);
|
||||
|
||||
return !rc?0:1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue