mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Add missing ;
This commit is contained in:
parent
b3cffd491d
commit
3b4e0d8f74
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user