mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx: fix typo (extra closing parenthesis).
Change-Id: Icae740a640ab59dedc7608a725cc24623dba62bd
This commit is contained in:
parent
0986cb9379
commit
595482ca57
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user