commit 7515eefb70c03ed4508aac97ccbd0f7eed179d92
Author: Nick Mathewson <[email protected]>
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
 

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to