From 9230be0797cc7d155240fd38d07bee041527bbc2 Mon Sep 17 00:00:00 2001 From: Julien Chaffraix Date: Thu, 14 Apr 2011 07:15:12 -0700 Subject: [PATCH] transfer.c: Fixed indentation in readwrite_data. --- lib/transfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transfer.c b/lib/transfer.c index 1684a48..740245e 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -509,7 +509,7 @@ static CURLcode readwrite_data(struct SessionHandle *data, "Rewinding stream by : %zd" " bytes on url %s (zero-length body)\n", nread, data->state.path); - read_rewind(conn, (size_t)nread); + read_rewind(conn, (size_t)nread); } else { infof(data, -- 2.7.4