From 0210b3c8935e6faf5c929e7b9f360f42bc1c3995 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 Nov 2002 17:13:30 +0000 Subject: removed extra space from trace output 'Send data' --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index fb43e8001..255da592e 100644 --- a/src/main.c +++ b/src/main.c @@ -2186,7 +2186,7 @@ int my_trace(CURL *handle, curl_infotype type, text = "=> Send header"; break; case CURLINFO_DATA_OUT: - text = "=> Send data "; + text = "=> Send data"; break; case CURLINFO_HEADER_IN: text = "<= Recv header"; -- cgit v1.2.3