From 30c65d5424d4696cc3c036abdb1a19d70dae8fef Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 10 Oct 2016 10:33:25 +0200 Subject: remove extra line break --- pacredir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pacredir.c b/pacredir.c index 9450a83..81256b0 100644 --- a/pacredir.c +++ b/pacredir.c @@ -259,7 +259,6 @@ static void * get_http_code(void * data) { request->service->badcount = 0; } - /* get http status code */ if ((res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &(request->http_code))) != CURLE_OK) { write_log(stderr, "curl_easy_getinfo() failed: %s\n", curl_easy_strerror(res)); -- cgit v1.2.3-54-g00ecf