remove bogus bytes on first line of websockets.c

Reported-by: Pierre-Paul Lavoie <ppl@idios.org>
Signed-off-by: Andy Green <andy@warmcat.com>
diff --git a/lib/libwebsockets.c b/lib/libwebsockets.c
index 6e36ff1..72a3fe5 100644
--- a/lib/libwebsockets.c
+++ b/lib/libwebsockets.c
@@ -1,4 +1,4 @@
-/*
+/*
  * libwebsockets - small server side websockets and web server implementation
  *
  * Copyright (C) 2010 Andy Green <andy@warmcat.com>