mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[HIDCLASS]
fix a "formatting bug" svn path=/trunk/; revision=68251
This commit is contained in:
parent
e243a508a4
commit
523cfe4c4e
1 changed files with 2 additions and 2 deletions
|
@ -671,9 +671,9 @@ HidClassPDO_CreatePDO(
|
|||
// let's create a PDO for top level collection
|
||||
//
|
||||
Index = 0;
|
||||
while (Index < FDODeviceExtension->Common.DeviceDescription.CollectionDescLength)
|
||||
while (Index < FDODeviceExtension->Common.DeviceDescription.CollectionDescLength)
|
||||
{
|
||||
//
|
||||
//
|
||||
// let's create the device object
|
||||
//
|
||||
Status = IoCreateDevice(FDODeviceExtension->Common.DriverExtension->DriverObject,
|
||||
|
|
Loading…
Reference in a new issue