Parcourir la source

Remove a bogus semicolon spotted by Gisle Vanem

Nick Mathewson il y a 11 ans
Parent
commit
14d5e7f85e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/or/config.h

+ 1 - 1
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;