From 303709b04356629d38d96f73bcb8777cb0f3cce4 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 3 Jan 2014 02:34:07 +0900 Subject: [PATCH] Fix a few --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 48f56129..98d32cfc 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -169,7 +169,7 @@ namespace WebSocketSharp /// /// is . /// - public WebSocket (string url, params string[] protocols) + public WebSocket (string url, params string [] protocols) : this () { if (url == null)