diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-27 17:58:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-27 17:58:50 -0400 |
commit | 7515eefb70c03ed4508aac97ccbd0f7eed179d92 (patch) | |
tree | afd76250b5aa7837ecd66ca889c0654bdee7e23a /src/or/protover_rust.c | |
parent | afe555aebc6aa29579b62971ef4cb243584da320 (diff) | |
download | tor-7515eefb70c03ed4508aac97ccbd0f7eed179d92.tar.gz tor-7515eefb70c03ed4508aac97ccbd0f7eed179d92.zip |
remove errant ;
Diffstat (limited to 'src/or/protover_rust.c')
-rw-r--r-- | src/or/protover_rust.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/protover_rust.c b/src/or/protover_rust.c index 27f19c5fea..0c409b1681 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 |