Browse Source

Fix a few

pull/168/head
sta 12 years ago
parent
commit
303709b043
  1. 2
      websocket-sharp/WebSocket.cs

2
websocket-sharp/WebSocket.cs

@ -169,7 +169,7 @@ namespace WebSocketSharp
/// <exception cref="ArgumentNullException">
/// <paramref name="url"/> is <see langword="null"/>.
/// </exception>
public WebSocket (string url, params string[] protocols)
public WebSocket (string url, params string [] protocols)
: this ()
{
if (url == null)

Loading…
Cancel
Save