mirror of
https://github.com/curl/curl.git
synced 2026-04-15 10:21:41 +03:00
multi.c longline
This commit is contained in:
parent
53915af37e
commit
8bc147d24a
1 changed files with 2 additions and 1 deletions
|
|
@ -1194,7 +1194,8 @@ CURLMcode Curl_multi_pollset(struct Curl_easy *data,
|
|||
break;
|
||||
|
||||
default:
|
||||
failf(data, "multi_getsock: unexpected multi state %d", (int)data->mstate);
|
||||
failf(data, "multi_getsock: unexpected multi state %d",
|
||||
(int)data->mstate);
|
||||
DEBUGASSERT(0);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue