diff options
author | corvid <corvid@lavabit.com> | 2009-09-20 02:47:53 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-09-20 02:47:53 +0000 |
commit | da3f5268045b5edff01b53f475a56cb0795c7bb1 (patch) | |
tree | dfef39b21438155350b5f755893fe5878a15b1cc /src/IO/http.c | |
parent | 6a1945e459f5c4ecd0ec89b6501e0daf10f77b41 (diff) |
trim some spaces
Diffstat (limited to 'src/IO/http.c')
-rw-r--r-- | src/IO/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index dd6ed3ca..195fd155 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -447,7 +447,7 @@ char *a_Http_make_connect_str(const DilloUrl *url) "Host: %s\r\n" "%s" "\r\n", - auth2, + auth2, auth2, proxy_auth); |