Remove second trailing new-line in websocket.c

This commit is contained in:
2022-08-18 12:31:56 +02:00
parent c92742275a
commit f361fce561

View File

@ -199,4 +199,3 @@ int ws_handle_connection(sock *s1, sock *s2) {
return 0;
}