fix double-semicolon parse error

svn:r270
This commit is contained in:
Roger Dingledine 2003-05-07 03:32:18 +00:00
parent 445cd8f0f1
commit bbddd50082

View 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;