fix build error on FAT16 (non FAT32) variant because of unused label

This commit is contained in:
Kenneth J Davis 2021-08-14 19:21:36 -04:00
parent b0653c0c5f
commit e341cce4ed

View File

@ -1723,11 +1723,13 @@ lfn_findclose:
#endif #endif
} }
goto exit_dispatch; goto exit_dispatch;
#ifdef WITHFAT32
unsupp: unsupp:
{ {
lr.AL = 00; lr.AL = 00;
goto error_carry; goto error_carry;
} }
#endif
long_check: long_check:
if (lrc >= SUCCESS) if (lrc >= SUCCESS)
{ {