Remove a bogus semicolon spotted by Gisle Vanem

This commit is contained in:
Nick Mathewson 2013-07-11 15:53:35 -04:00
parent fab99844fc
commit 14d5e7f85e

View File

@ -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;