mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Fix ; typo
This commit is contained in:
parent
0b4c7e0181
commit
5a26f9d617
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue