mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
compiler warning: fix
Fix missing semicolon
This commit is contained in:
parent
41ebda02b2
commit
e2747ebbc0
@ -1269,7 +1269,7 @@ CURLcode Curl_output_ntlm(struct connectdata *conn,
|
||||
|
||||
/* convert domain, user, and host to ASCII but leave the rest as-is */
|
||||
res = Curl_convert_to_network(conn->data, (char *)&ntlmbuf[domoff],
|
||||
size-domoff)
|
||||
size-domoff);
|
||||
if(res)
|
||||
return CURLE_CONV_FAILED;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user