summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMax Hilbrunner <m.hilbrunner@gmail.com>2021-10-28 12:23:06 +0200
committerMax Hilbrunner <m.hilbrunner@gmail.com>2021-10-28 12:45:00 +0200
commit7a55aac49c6c71747ea73136dd55abdfed226a4e (patch)
tree73fa555dbfe986e3760d7a42f1e682d1f80d0c5a /modules
parent0767a1c3f5c690d1685265f35ce8a4d58800bbb1 (diff)
Fix Macros -> Mactos typo in WEBSOCKETMACTOS_H
Diffstat (limited to 'modules')
-rw-r--r--modules/websocket/websocket_macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/websocket/websocket_macros.h b/modules/websocket/websocket_macros.h
index d04909c97d..2ca60a3b61 100644
--- a/modules/websocket/websocket_macros.h
+++ b/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