projects
/
platform
/
upstream
/
lmdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dd6101
)
Fix typo from 7aba5f5ab92a3fa92de001edb2c5ff4b04fd7d0d
author
Howard Chu
<hyc@symas.com>
Sat, 20 Apr 2013 16:47:33 +0000
(09:47 -0700)
committer
Howard Chu
<hyc@symas.com>
Sat, 20 Apr 2013 16:47:33 +0000
(09:47 -0700)
libraries/liblmdb/lmdb.h
patch
|
blob
|
history
diff --git
a/libraries/liblmdb/lmdb.h
b/libraries/liblmdb/lmdb.h
index 4906472f24d7a120636c1b07650e366eb8a8ce55..280b43795c4793c1526f42d926fb58d98c8ff835 100644
(file)
--- a/
libraries/liblmdb/lmdb.h
+++ b/
libraries/liblmdb/lmdb.h
@@
-711,7
+711,7
@@
int mdb_env_set_maxdbs(MDB_env *env, MDB_dbi dbs);
* errors are:
* <ul>
* <li>#MDB_PANIC - a fatal error occurred earlier and the environment
-
-
* must be shut down.
+
* must be shut down.
* <li>#MDB_MAP_RESIZED - another process wrote data beyond this MDB_env's
* mapsize and the environment must be shut down.
* <li>#MDB_READERS_FULL - a read-only transaction was requested and