mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Add missing ;
This commit is contained in:
@@ -964,7 +964,7 @@ void *ws_dispatcher(void *arg) {
|
|||||||
int(*auth_handler)(WS_CONNINFO*, char *, char *);
|
int(*auth_handler)(WS_CONNINFO*, char *, char *);
|
||||||
uint32_t ms, len;
|
uint32_t ms, len;
|
||||||
|
|
||||||
WS_ENTER()
|
WS_ENTER();
|
||||||
|
|
||||||
/* quick fence to ensure that we have been registered on the thread list */
|
/* quick fence to ensure that we have been registered on the thread list */
|
||||||
ws_lock_unsafe();
|
ws_lock_unsafe();
|
||||||
|
|||||||
Reference in New Issue
Block a user