Commit 7ab7e54c authored by Dafydd Harries's avatar Dafydd Harries

wrap long line

darcs-hash:20070209174553-c9803-cbe4253720dffb074616659cef08f7595dbdc5bc.gz
parent 08caa551
......@@ -51,8 +51,8 @@ test_stun_no_password (
nice_agent_poll_read (agent, NULL);
/* error response should have been sent */
len = nice_udp_fake_socket_pop_send (sock, &to, sizeof (buf) / sizeof (gchar),
buf);
len = nice_udp_fake_socket_pop_send (sock, &to,
sizeof (buf) / sizeof (gchar), buf);
g_assert (len != 0);
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment