* libwget/http.c (wget_http_get_response_cb): Remove superfluous space in debug msg

This commit is contained in:
Tim Rühsen
2021-01-31 19:21:18 +01:00
parent cd09da5799
commit b084c177c9

View File

@ -1171,7 +1171,7 @@ wget_http_response *wget_http_get_response_cb(wget_http_connection *conn)
end = buf;
// debug_printf("a nbytes %zd\n", nbytes);
}
debug_printf("end of trailer \n");
debug_printf("end of trailer\n");
goto cleanup;
}