[tor/master] remove errant ;

27 Oct
2017
27 Oct
'17
9:58 p.m.
commit 7515eefb70c03ed4508aac97ccbd0f7eed179d92 Author: Nick Mathewson <nickm@torproject.org> Date: Fri Oct 27 17:58:50 2017 -0400 remove errant ; --- src/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 index 27f19c5fe..0c409b168 100644 --- 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
2808
Age (days ago)
2808
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org