浏览代码

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;