url: Fix chksrc longer than 79 columns warning
This commit is contained in:
parent
63388fe1f3
commit
8763374f0e
@ -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…
Reference in New Issue
Block a user