소스 검색

Remove a bogus semicolon spotted by Gisle Vanem

Nick Mathewson 11 년 전
부모
커밋
14d5e7f85e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;