mirror of
https://github.com/curl/curl.git
synced 2026-04-26 15:12:16 +03:00
compiler warning: fix
Fix missing semicolon
This commit is contained in:
parent
41ebda02b2
commit
e2747ebbc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue