mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Remove a bogus semicolon spotted by Gisle Vanem
This commit is contained in:
parent
fab99844fc
commit
14d5e7f85e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user