]> git.sur5r.net Git - openldap/commitdiff
WIN32 - fix typo vl32
authorHoward Chu <hyc@openldap.org>
Thu, 16 Jul 2015 12:57:19 +0000 (13:57 +0100)
committerHoward Chu <hyc@openldap.org>
Thu, 16 Jul 2015 12:57:19 +0000 (13:57 +0100)
libraries/liblmdb/mdb.c

index 63fece3d79bbbd0bc464cb26e0ee719248b79bb6..175557cdbca790b79be05b47bb6e849ce11da823 100644 (file)
@@ -2838,7 +2838,7 @@ mdb_txn_reset0(MDB_txn *txn, const char *act)
                unsigned i, n = txn->mt_rpages[0].mid;
                for (i = 1; i <= n; i++) {
 #ifdef _WIN32
-                       UnmapViewOfFile(txn->mt_rpages[i].mptr);)
+                       UnmapViewOfFile(txn->mt_rpages[i].mptr);
 #else
                        MDB_page *mp = txn->mt_rpages[i].mptr;
                        int size = txn->mt_env->me_psize;