update fs/fat/virpart/src/virpart.c.

This commit is contained in:
JING 2021-04-16 15:49:35 +08:00 committed by Gitee
parent 77e8075f2f
commit 580ed3ea62
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ static INT FatfsScanFat(void *handle)
{
FATFS *fat = (FATFS *)handle;
UINT i;
INT ret = FR_OK;
INT ret;
for (i = 0; i < fat->vir_amount; i++) {
/* Assert error will not abort the scanning process */