Fix ; typo

This commit is contained in:
Kurt Zeilenga 2001-05-16 19:17:51 +00:00
parent 0b4c7e0181
commit 5a26f9d617

View File

@ -35,7 +35,7 @@ ldap_pvt_thread_create( ldap_pvt_thread_t * thread,
void *(*start_routine)( void *),
void *arg)
{
unsigned long tid
unsigned long tid;
HANDLE thd;
thd = _beginthreadex( NULL, 0,