Explorar o código

Remove a bogus semicolon spotted by Gisle Vanem

Nick Mathewson %!s(int64=11) %!d(string=hai) anos
pai
achega
14d5e7f85e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;