Merge "Fix vfat retry fsck logic" into main
This commit is contained in:
commit
ad609263e8
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ status_t Check(const std::string& source) {
|
||||||
errno = EIO;
|
errno = EIO;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} while (0);
|
} while (1);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue