properly break it. correct typo

svn path=/trunk/; revision=16244
This commit is contained in:
Steven Edwards
2005-06-23 13:31:33 +00:00
parent f6259d7ec4
commit 236ce44dac
+2 -2
View File
@@ -1610,7 +1610,7 @@ NTSTATUS FASTCALL
IoReadPartitionTable(PDEVICE_OBJECT DeviceObject,
ULONG SectorSize,
BOOLEAN ReturnRecognizedPartitions,
PVOID PartitionBuffer)
PDRIVE_LAYOUT_INFORMATION *PartitionBuffer)
{
return(HalIoReadPartitionTable(DeviceObject,
SectorSize,
@@ -1623,7 +1623,7 @@ NTSTATUS FASTCALL
IoSetPartitionInformation(PDEVICE_OBJECT DeviceObject,
ULONG SectorSize,
ULONG PartitionNumber,
PDRIVE_LAYOUT_INFORMATION *PartitionType)
ULONG PartitionType)
{
return(HalIoSetPartitionInformation(DeviceObject,
SectorSize,