Add new line in ws_frame_handler.c

This commit is contained in:
2023-01-23 13:02:53 +01:00
parent 32ea03079b
commit 0394c3afb4

View File

@ -11,6 +11,7 @@
#include "../logger.h"
#include "../lib/websocket.h"
#include "../workers.h"
#include <errno.h>
static int ws_frame_handler(ws_ctx_t *ctx);