From 8c9b4274255beb7b6397a4303fbb054fb55a4f11 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 19 Oct 2012 23:23:04 +0200 Subject: Name variables more consistently. --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 26b8973ef..5c6e99808 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3657,7 +3657,7 @@ typedef struct { * the bridge authority guess which countries have blocked access to us. */ int BridgeRecordUsageByCountry; - /** Optionally, IPv4 and IPv6 GeoIP data */ + /** Optionally, IPv4 and IPv6 GeoIP data. */ char *GeoIPFile; char *GeoIPv6File; -- cgit v1.2.3