commit 14d5e7f85e343a48e27c3b8f2b560c4d1aff5315 Author: Nick Mathewson nickm@torproject.org Date: Thu Jul 11 15:53:35 2013 -0400
Remove a bogus semicolon spotted by Gisle Vanem --- src/or/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/config.h b/src/or/config.h index 0250f64..8c8167f 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -109,7 +109,7 @@ typedef struct bridge_line_t { char *transport_name; /* The name of the pluggable transport that should be used to connect to the bridge. */ char digest[DIGEST_LEN]; /* The bridge's identity key digest. */ - smartlist_t *socks_args;; /* SOCKS arguments for the pluggable + smartlist_t *socks_args; /* SOCKS arguments for the pluggable transport proxy. */ } bridge_line_t;
tor-commits@lists.torproject.org