Browse Source

remove errant ;

Nick Mathewson 6 years ago
parent
commit
7515eefb70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/protover_rust.c

+ 1 - 1
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