Commit 11069288 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix typo

parent 8902dce1
...@@ -222,7 +222,7 @@ static int OpenUDP( vlc_object_t * p_this ) ...@@ -222,7 +222,7 @@ static int OpenUDP( vlc_object_t * p_this )
if( bind( i_handle, (struct sockaddr *)&stupid, sizeof( sock ) < 0 ) ) if( bind( i_handle, (struct sockaddr *)&stupid, sizeof( sock ) < 0 ) )
{ {
msg_Warn( p_this, "cannot bind socket (%d)", WSA_GetLastError() ); msg_Warn( p_this, "cannot bind socket (%d)", WSAGetLastError() );
close( i_handle ); close( i_handle );
return 0; return 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