unit1304: make exception inline

This commit is contained in:
Viktor Szakats 2025-07-16 13:42:42 +02:00
parent dd6cef6c87
commit eed641d269
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View file

@ -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);