mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
remove a redundant semicolon
This commit is contained in:
parent
f08fa97460
commit
22a5d3dd2a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user