mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -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 *);
|
||||
uint32_t ms, len;
|
||||
|
||||
WS_ENTER()
|
||||
WS_ENTER();
|
||||
|
||||
/* quick fence to ensure that we have been registered on the thread list */
|
||||
ws_lock_unsafe();
|
||||
|
||||
Reference in New Issue
Block a user