mdbx: fix typo (extra closing parenthesis).

Change-Id: Icae740a640ab59dedc7608a725cc24623dba62bd
This commit is contained in:
Leonid Yuriev 2020-04-13 23:35:08 +03:00
parent 0986cb9379
commit 595482ca57

View File

@ -1173,7 +1173,7 @@ static int mdbx_check_fs_local(mdbx_filehandle_t handle, int flags) {
(ent = getmntent_r(mounted, &entbuf, pathbuf, sizeof(pathbuf))))
#else
const bool should_copy = true;
while (nullptr != (ent = getmntent(mounted))))
while (nullptr != (ent = getmntent(mounted)))
#endif
{
struct stat mnt;