From 05ab8d291c07d9a544516a422a541c15f0b01e96 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 May 2007 21:11:00 +0000 Subject: stay within 80 cols --- lib/transfer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/transfer.c b/lib/transfer.c index f8d0af87b..40af49cc0 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -1631,8 +1631,8 @@ CURLcode Curl_readwrite(struct connectdata *conn, /* - * Curl_readwrite_init() inits the readwrite session. This is inited each time for a - * transfer, sometimes multiple times on the same SessionHandle + * Curl_readwrite_init() inits the readwrite session. This is inited each time + * for a transfer, sometimes multiple times on the same SessionHandle */ CURLcode Curl_readwrite_init(struct connectdata *conn) -- cgit v1.2.3