Skip to content
Snippets Groups Projects
Commit 22a5d3dd authored by Nick Mathewson's avatar Nick Mathewson :game_die: Committed by David Goulet
Browse files

remove a redundant semicolon

parent f08fa974
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment