diff --git a/reactos/drivers/filesystems/fastfat_new/fullfat.c b/reactos/drivers/filesystems/fastfat_new/fullfat.c index 2ebb114f93e..652c56741d6 100644 --- a/reactos/drivers/filesystems/fastfat_new/fullfat.c +++ b/reactos/drivers/filesystems/fastfat_new/fullfat.c @@ -26,7 +26,7 @@ FF_Malloc(FF_T_UINT32 allocSize) VOID FF_Free(VOID *pBuffer) { - return ExFreePoolWithTag(pBuffer, TAG_FULLFAT); + ExFreePoolWithTag(pBuffer, TAG_FULLFAT); } FF_T_SINT32