Add missing ;

This commit is contained in:
Julien BLACHE 2009-04-07 11:40:14 +02:00
parent b3cffd491d
commit 3b4e0d8f74

View File

@ -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();