summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-28 14:11:07 +0200
committerGitHub <noreply@github.com>2021-10-28 14:11:07 +0200
commit8508f9396d2a063885798593c0cef18265b4c87a (patch)
tree763c56fb3ea20bc1857d54f98906ff7c55020171 /modules
parent6d930bd270618aba2445e916e55dc3477cbb6f6c (diff)
parent7a55aac49c6c71747ea73136dd55abdfed226a4e (diff)
Merge pull request #54347 from mhilbrunner/mactos-mactos-mactos
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