From 8763374f0e8feb6af54aa6b4642c58de3b3553ec Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 18 Apr 2013 20:21:11 +0100 Subject: url: Fix chksrc longer than 79 columns warning --- lib/url.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/url.c b/lib/url.c index 6f2379524..ffecd3706 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; -- cgit v1.2.3