diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-24 21:11:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-24 21:11:00 +0000 |
commit | 05ab8d291c07d9a544516a422a541c15f0b01e96 (patch) | |
tree | 4b274e9ceaab36dd8660176ce06562f9eae33b79 /lib | |
parent | 70b1900dd13d16f2e83f571407a614541d5ac9ba (diff) |
stay within 80 cols
Diffstat (limited to 'lib')
-rw-r--r-- | lib/transfer.c | 4 |
1 files 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) |