Explorar el Código

remove errant ;

Nick Mathewson hace 6 años
padre
commit
7515eefb70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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