diff --git a/reactos/drivers/filesystems/fastfat/finfo.c b/reactos/drivers/filesystems/fastfat/finfo.c index b2c4a97e4d9..976822fcaf5 100644 --- a/reactos/drivers/filesystems/fastfat/finfo.c +++ b/reactos/drivers/filesystems/fastfat/finfo.c @@ -1428,7 +1428,7 @@ VfatQueryInformation( PVFAT_IRP_CONTEXT IrpContext) { FILE_INFORMATION_CLASS FileInformationClass; - PVFATFCB FCB = NULL; + PVFATFCB FCB; NTSTATUS Status = STATUS_SUCCESS; PVOID SystemBuffer; @@ -1554,7 +1554,7 @@ VfatSetInformation( PVFAT_IRP_CONTEXT IrpContext) { FILE_INFORMATION_CLASS FileInformationClass; - PVFATFCB FCB = NULL; + PVFATFCB FCB; NTSTATUS Status = STATUS_SUCCESS; PVOID SystemBuffer;