Browse Source

remove a redundant semicolon

Nick Mathewson 6 years ago
parent
commit
d2ae1bfcb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_dos.c

+ 1 - 1
src/test/test_dos.c

@@ -78,7 +78,7 @@ static int
 mock_channel_get_addr_if_possible(channel_t *chan, tor_addr_t *addr_out)
 {
   (void)chan;
-  tt_int_op(AF_INET,OP_EQ, tor_addr_parse(addr_out, "18.0.0.1"));;
+  tt_int_op(AF_INET,OP_EQ, tor_addr_parse(addr_out, "18.0.0.1"));
   return 1;
 
  done: