From: Nick Mathewson Date: Thu, 11 Jul 2013 19:53:35 +0000 (-0400) Subject: Remove a bogus semicolon spotted by Gisle Vanem X-Git-Tag: tor-0.2.5.1-alpha~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d5e7f85e343a48e27c3b8f2b560c4d1aff5315;p=thirdparty%2Ftor.git Remove a bogus semicolon spotted by Gisle Vanem --- diff --git a/src/or/config.h b/src/or/config.h index 0250f645d0..8c8167f9a9 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;