mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
- IopDeleteDevice: Fix a typo.
svn path=/trunk/; revision=41276
This commit is contained in:
parent
463f40fcd5
commit
579c35f87a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ IopDeleteDevice(IN PVOID ObjectBody)
|
|||
/* TODO: Delete Device Node */
|
||||
|
||||
/* Dereference the driver object, referenced in IoCreateDevice */
|
||||
if (DeviceObject->DriverObject);
|
||||
if (DeviceObject->DriverObject)
|
||||
ObDereferenceObject(DeviceObject->DriverObject);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue