aboutsummaryrefslogtreecommitdiff
path: root/src/or/geoip.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-16 00:29:27 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-16 00:46:44 +0200
commit561ca9b987e093755603f1cce8f7d783c7b3006e (patch)
tree986bcf1fab60a67173acf883cd0a59f647af6473 /src/or/geoip.c
parenta64e660f0e146d8530da74d74bc9c196e6ac21fe (diff)
downloadtor-561ca9b987e093755603f1cce8f7d783c7b3006e.tar
tor-561ca9b987e093755603f1cce8f7d783c7b3006e.tar.gz
Fix misplaced labels
Diffstat (limited to 'src/or/geoip.c')
-rw-r--r--src/or/geoip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/geoip.c b/src/or/geoip.c
index cde9cabdb..d9c8a0151 100644
--- a/src/or/geoip.c
+++ b/src/or/geoip.c
@@ -829,7 +829,7 @@ geoip_get_client_history(geoip_client_action_t action)
smartlist_add(chunks, buf);
});
result = smartlist_join_strings(chunks, ",", 0, NULL);
-done:
+ done:
tor_free(counts);
if (chunks) {
SMARTLIST_FOREACH(chunks, char *, c, tor_free(c));