url: Fix chksrc longer than 79 columns warning

This commit is contained in:
Steve Holme 2013-04-18 20:21:11 +01:00
parent 63388fe1f3
commit 8763374f0e
1 changed files with 2 additions and 1 deletions

View File

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