mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix ; typo
This commit is contained in:
parent
0b4c7e0181
commit
5a26f9d617
@ -35,7 +35,7 @@ ldap_pvt_thread_create( ldap_pvt_thread_t * thread,
|
|||||||
void *(*start_routine)( void *),
|
void *(*start_routine)( void *),
|
||||||
void *arg)
|
void *arg)
|
||||||
{
|
{
|
||||||
unsigned long tid
|
unsigned long tid;
|
||||||
HANDLE thd;
|
HANDLE thd;
|
||||||
|
|
||||||
thd = _beginthreadex( NULL, 0,
|
thd = _beginthreadex( NULL, 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user