mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:04:13 +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))))
|
(ent = getmntent_r(mounted, &entbuf, pathbuf, sizeof(pathbuf))))
|
||||||
#else
|
#else
|
||||||
const bool should_copy = true;
|
const bool should_copy = true;
|
||||||
while (nullptr != (ent = getmntent(mounted))))
|
while (nullptr != (ent = getmntent(mounted)))
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
struct stat mnt;
|
struct stat mnt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user