소스 검색

fix double-semicolon parse error

svn:r270
Roger Dingledine 22 년 전
부모
커밋
bbddd50082
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -625,7 +625,7 @@ int dump_router_to_string(char *s, int maxlen, routerinfo_t *router) {
 void dump_directory_to_string(char *s, int maxlen) 
 {
   directory_t dir;
-  routerinfo_t **routers = NULL;;
+  routerinfo_t **routers = NULL;
   connection_t *conn;
   routerinfo_t *router;
   int i, n = 0;