mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
[UMPNPMGR] Fix a typo.
This commit is contained in:
parent
596b1a8d24
commit
745fa54506
1 changed files with 1 additions and 1 deletions
|
@ -3554,7 +3554,7 @@ PnpEventThread(LPVOID lpParameter)
|
||||||
DeviceIdLength = lstrlenW(PnpEvent->TargetDevice.DeviceIds);
|
DeviceIdLength = lstrlenW(PnpEvent->TargetDevice.DeviceIds);
|
||||||
if (DeviceIdLength)
|
if (DeviceIdLength)
|
||||||
{
|
{
|
||||||
/* Queue device install (will be dequeued by DeviceInstallThread */
|
/* Queue device install (will be dequeued by DeviceInstallThread) */
|
||||||
len = FIELD_OFFSET(DeviceInstallParams, DeviceIds) + (DeviceIdLength + 1) * sizeof(WCHAR);
|
len = FIELD_OFFSET(DeviceInstallParams, DeviceIds) + (DeviceIdLength + 1) * sizeof(WCHAR);
|
||||||
Params = HeapAlloc(GetProcessHeap(), 0, len);
|
Params = HeapAlloc(GetProcessHeap(), 0, len);
|
||||||
if (Params)
|
if (Params)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue