mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTOSKRNL]
- Remove an extra semicolon - Dedicated to encoded svn path=/trunk/; revision=52031
This commit is contained in:
@@ -438,7 +438,7 @@ IopQueryDeviceCapabilities(PDEVICE_NODE DeviceNode,
|
||||
return Status;
|
||||
}
|
||||
|
||||
DeviceNode->CapabilityFlags = *(PULONG)((ULONG_PTR)&DeviceCaps->Version + sizeof(DeviceCaps->Version));;
|
||||
DeviceNode->CapabilityFlags = *(PULONG)((ULONG_PTR)&DeviceCaps->Version + sizeof(DeviceCaps->Version));
|
||||
|
||||
if (DeviceCaps->NoDisplayInUI)
|
||||
DeviceNode->UserFlags |= DNUF_DONT_SHOW_IN_UI;
|
||||
|
||||
Reference in New Issue
Block a user