From a12c3f2c86d967bce7253e78f4c42929b03cc87d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 25 Dec 2008 15:37:47 +0000 Subject: some fixes i found in my sandbox svn:r17771 --- src/or/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/test.c') diff --git a/src/or/test.c b/src/or/test.c index 4f8fbb0a5e..3b022f7f22 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1388,7 +1388,7 @@ _test_eq_ip6(struct in6_addr *a, struct in6_addr *b, const char *e1, STMT_END /** Helper: assert that a parses by tor_inet_pton() into a address that - * passes tor_addr_is_internal() with for_listening */ + * passes tor_addr_is_internal() with for_listening. */ #define test_internal_ip(a,for_listening) STMT_BEGIN \ test_eq(tor_inet_pton(AF_INET6, a, &t1.addr.in6_addr), 1); \ t1.family = AF_INET6; \ -- cgit v1.2.3-54-g00ecf