[tor-commits] [tor/master] Remove a bogus semicolon spotted by Gisle Vanem

nickm at torproject.org nickm at torproject.org
Thu Jul 11 19:53:39 UTC 2013


commit 14d5e7f85e343a48e27c3b8f2b560c4d1aff5315
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jul 11 15:53:35 2013 -0400

    Remove a bogus semicolon spotted by Gisle Vanem
---
 src/or/config.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/config.h b/src/or/config.h
index 0250f64..8c8167f 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;
 



More information about the tor-commits mailing list