]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix double-semicolon parse error
authorRoger Dingledine <arma@torproject.org>
Wed, 7 May 2003 03:32:18 +0000 (03:32 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 7 May 2003 03:32:18 +0000 (03:32 +0000)
svn:r270

src/or/main.c

index d645d4731cf9965fb0afa3250c8ec4eba237bfcb..dbac400e057b9daedabd9da523cd00d3cb19e9db 100644 (file)
@@ -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;