[NTOSKRNL]

- Remove an extra semicolon
- Dedicated to encoded

svn path=/trunk/; revision=52031
This commit is contained in:
Cameron Gutman
2011-05-31 23:04:59 +00:00
parent eac5ee241d
commit b22890ae01
+1 -1
View File
@@ -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;