]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a bogus semicolon spotted by Gisle Vanem
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Jul 2013 19:53:35 +0000 (15:53 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Jul 2013 19:53:35 +0000 (15:53 -0400)
src/or/config.h

index 0250f645d03390360d1c16aa978e5bf1864030d9..8c8167f9a92ef66a33972f7a643d4f32a1a461e7 100644 (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;