Commit 114187b1 authored by Dafydd Harries's avatar Dafydd Harries

wrap long line

darcs-hash:20070209180914-c9803-5f81c869bac212c47d5e793b358d6af901f0199b.gz
parent bcf6c802
......@@ -107,8 +107,8 @@ test_stun_invalid_password (
nice_agent_poll_read (agent, NULL);
/* error 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