mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
unit1304: make exception inline
This commit is contained in:
parent
dd6cef6c87
commit
eed641d269
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ static CURLcode test_unit1304(char *arg)
|
|||
* Test a non existent login (substring of an existing one) in our
|
||||
* netrc file.
|
||||
*/
|
||||
login = (char *)CURL_UNCONST("admi");
|
||||
login = (char *)CURL_UNCONST("admi"); /* spellchecker:disable-line */
|
||||
Curl_netrc_init(&store);
|
||||
result = Curl_parsenetrc(&store,
|
||||
"example.com", &login, &password, arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue