mdbx: fix missing comma in err-msg array (Coverity).

Change-Id: Ic441e63cf8ed14108dfe7c38e269f819879e21ce
This commit is contained in:
Leonid Yuriev 2020-04-30 22:43:50 +03:00
parent a283b2a894
commit b943466727

View File

@ -3187,7 +3187,7 @@ static const char *__mdbx_strerr(int errnum) {
"MDBX_PAGE_FULL: Internal error - Page has no more space",
"MDBX_UNABLE_EXTEND_MAPSIZE: Database engine was unable to extend"
" mapping, e.g. since address space is unavailable or busy,"
" or Operation system not supported such operations"
" or Operation system not supported such operations",
"MDBX_INCOMPATIBLE: Environment or database is not compatible"
" with the requested operation or the specified flags",
"MDBX_BAD_RSLOT: Invalid reuse of reader locktable slot,"