Bump SMGL entities for 3.0.34 UNRELEASED
[privoxy.git] / gateway.c
index e28ebb3..f1a2074 100644 (file)
--- a/gateway.c
+++ b/gateway.c
@@ -1360,7 +1360,7 @@ static jb_socket socks5_connect(const struct forward_spec *fwd,
          }
          else if (sbuf[3] != '\x01')
          {
-             errstr = "SOCKS5 reply contains unsupported address type";
+            errstr = "SOCKS5 reply contains unsupported address type";
          }
          if (errstr == NULL)
          {