diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-11 15:53:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-11 15:53:35 -0400 |
commit | 14d5e7f85e343a48e27c3b8f2b560c4d1aff5315 (patch) | |
tree | 9b8dd673d38b41feb1995dec9a446a3befd2d712 /src/or/config.h | |
parent | fab99844fc324b2c9d415b1b1c192a25cf1c4230 (diff) | |
download | tor-14d5e7f85e343a48e27c3b8f2b560c4d1aff5315.tar.gz tor-14d5e7f85e343a48e27c3b8f2b560c4d1aff5315.zip |
Remove a bogus semicolon spotted by Gisle Vanem
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |