From 903f9ef50e418f6ec1a1ab7ae8146e9d6d2a7767 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 Aug 2009 10:30:54 -0400 Subject: Clean up a couple of style issues in the socks-client branch. --- src/or/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/connection.c') diff --git a/src/or/connection.c b/src/or/connection.c index ccfbe19ed5..65ca3898e6 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1386,7 +1386,7 @@ connection_proxy_connect(connection_t *conn, int type) memcpy(buf + 4, &ip4addr, 4); /* addr */ buf[8] = 0; /* userid (empty) */ - connection_write_to_buf((char *)buf, sizeof buf, conn); + connection_write_to_buf((char *)buf, sizeof(buf), conn); conn->proxy_state = PROXY_SOCKS4_WANT_CONNECT_OK; break; } -- cgit v1.2.3-54-g00ecf