mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +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);
|
||||
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);
|
||||
Params = HeapAlloc(GetProcessHeap(), 0, len);
|
||||
if (Params)
|
||||
|
|
Loading…
Reference in a new issue