diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index f7bc4e0ecb..ec325b8361 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -4814,7 +4814,7 @@ struct routerset_t { /** A list of the country codes in this set. */ smartlist_t *country_names; - /** Total number of countries we knew about when we built <b>countries</b>. */ + /** Total number of countries we knew about when we built <b>countries</b>.*/ int n_countries; /** Bit array mapping the return value of geoip_get_country() to 1 iff the * country is a member of this routerset. Note that we MUST call |