Explorar o código

Fix Macros -> Mactos typo in WEBSOCKETMACTOS_H

Max Hilbrunner %!s(int64=3) %!d(string=hai) anos
pai
achega
7a55aac49c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      modules/websocket/websocket_macros.h

+ 3 - 3
modules/websocket/websocket_macros.h

@@ -28,8 +28,8 @@
 /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                */
 /*************************************************************************/
 
-#ifndef WEBSOCKETMACTOS_H
-#define WEBSOCKETMACTOS_H
+#ifndef WEBSOCKET_MACROS_H
+#define WEBSOCKET_MACROS_H
 
 // Defaults per peer buffers, 1024 packets with a shared 65536 bytes payload.
 #define DEF_PKT_SHIFT 10
@@ -65,4 +65,4 @@ public:\
 protected:\
 /* clang-format on */
 
-#endif // WEBSOCKETMACTOS_H
+#endif // WEBSOCKET_MACROS_H