mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
url: Fix chksrc longer than 79 columns warning
This commit is contained in:
parent
63388fe1f3
commit
8763374f0e
1 changed files with 2 additions and 1 deletions
|
|
@ -4468,7 +4468,8 @@ static CURLcode parse_url_login(struct SessionHandle *data,
|
|||
* Returns CURLE_OK on success.
|
||||
*/
|
||||
static CURLcode parse_login_details(const char *login, const size_t len,
|
||||
char **userp, char **passwdp, char **optionsp)
|
||||
char **userp, char **passwdp,
|
||||
char **optionsp)
|
||||
{
|
||||
CURLcode result = CURLE_OK;
|
||||
char *utemp = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue