mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:37:18 +03:00
resolver_error: remove bad semicolon
This commit is contained in:
parent
f83c36934f
commit
3440f4d374
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ static void resolver_error(struct connectdata *conn, const char *host_or_proxy)
|
|||
thread-safe */
|
||||
gai_strerror(conn->async.status)
|
||||
#else
|
||||
Curl_strerror(conn, conn->async.status);
|
||||
Curl_strerror(conn, conn->async.status)
|
||||
#endif
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue