diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-04-29 16:33:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-29 16:33:45 +0200 |
commit | 3440f4d3742d913863cedd0865916c0dd47063a6 (patch) | |
tree | 0fb1aef492c097421818b1b680988aa390e11273 /lib/asyn-thread.c | |
parent | f83c36934faf25c43f577f96664a4380468bf01f (diff) |
resolver_error: remove bad semicolon
Diffstat (limited to 'lib/asyn-thread.c')
-rw-r--r-- | lib/asyn-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c index da9dacc43..e073d3a58 100644 --- a/lib/asyn-thread.c +++ b/lib/asyn-thread.c @@ -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 ); } |