diff --git a/lib/url.c b/lib/url.c index 6f237952481494f44f49a6cfac0d9a9acf6769cc..ffecd370614559a281ee513e1a48ad3a744c1bd1 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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;