mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:01:41 +03:00
Oops, missing argument separator comma
This commit is contained in:
parent
71afe05b9f
commit
e3ade3ccb5
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ DhcpNameServer
|
|||
status = ARES_EOF;
|
||||
break;
|
||||
default:
|
||||
DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n"
|
||||
DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
|
||||
errno, strerror(errno)));
|
||||
DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/host.conf"));
|
||||
status = ARES_EFILE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue