diff --git a/src/webserver.c b/src/webserver.c index cdbe52b6..e8a5d6f1 100644 --- a/src/webserver.c +++ b/src/webserver.c @@ -964,7 +964,7 @@ void *ws_dispatcher(void *arg) { int(*auth_handler)(WS_CONNINFO*, char *, char *); uint32_t ms, len; - WS_ENTER() + WS_ENTER(); /* quick fence to ensure that we have been registered on the thread list */ ws_lock_unsafe();