tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7515eefb70c03ed4508aac97ccbd0f7eed179d92
parent afe555aebc6aa29579b62971ef4cb243584da320
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 27 Oct 2017 17:58:50 -0400

remove errant ;

Diffstat:
Msrc/or/protover_rust.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/protover_rust.c b/src/or/protover_rust.c @@ -13,7 +13,7 @@ #ifdef HAVE_RUST /* Define for compatibility, used in main.c */ -void protover_free_all(void) {}; +void protover_free_all(void) {} #endif