]> git.sur5r.net Git - openldap/commitdiff
Fix DB_ENV typo.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 4 Feb 1999 05:14:38 +0000 (05:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 4 Feb 1999 05:14:38 +0000 (05:14 +0000)
libraries/libldbm/ldbm.c

index 9d56d5bc680385a8aa3e65944e4f9291ce67dbe5..8d219701a37380c44585404a92fcae6b4c83351d 100644 (file)
@@ -51,7 +51,7 @@ static ldap_pvt_thread_mutex_t ldbm_big_mutex;
 
 
 /*  we need a dummy definition for pre-2.0 DB */
-typedef  void  DB_ENV
+typedef  void  DB_ENV;
 
 #endif