file_system/fat: Fix minor typo in last commit. Unintentional uchar to char

Change-Id: I51aab4690c6964c1daf1a2c8882756c393e354dd
This commit is contained in:
Alexander von Gluck IV 2020-12-30 08:26:15 -06:00
parent 9f3ba01bd3
commit 013554844f

View File

@ -909,7 +909,7 @@ update_fsinfo(nspace *vol)
static status_t
get_fsinfo(nspace *vol, uint32 *free_count, uint32 *last_allocated)
{
char *buffer;
uchar *buffer;
status_t result;
if ((vol->fat_bits != 32) || (vol->fsinfo_sector == 0xffff))