]> git.sur5r.net Git - openldap/commitdiff
Fix ; typo
authorKurt Zeilenga <kurt@openldap.org>
Wed, 16 May 2001 19:17:51 +0000 (19:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 16 May 2001 19:17:51 +0000 (19:17 +0000)
libraries/libldap_r/thr_nt.c

index 0f774e5629e0cccdcfcb6a453ea4829ea8cf19bd..7cecdc259b1760171e61ac8f61890e8a8fcdf50c 100644 (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,