From f2db2e44cb8a514a025b26fa12287662f214ce12 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 4 Aug 2022 18:20:14 +0100 Subject: Fix a pedantic C++98 warning in the websocket module. --- src/modules/m_websocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_websocket.cpp') diff --git a/src/modules/m_websocket.cpp b/src/modules/m_websocket.cpp index 9c4608259..b392320da 100644 --- a/src/modules/m_websocket.cpp +++ b/src/modules/m_websocket.cpp @@ -124,7 +124,7 @@ class WebSocketHook : public IOHookMiddle { CLOSE_PROTOCOL_ERROR = 1002, CLOSE_POLICY_VIOLATION = 1008, - CLOSE_TOO_LARGE = 1009, + CLOSE_TOO_LARGE = 1009 }; enum OpCode -- cgit v1.3.1-10-gc9f91