mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[UMPNPMGR] Fix a typo in a DPRINT line
This commit is contained in:
parent
9d21d48cda
commit
8fbbb41a19
1 changed files with 1 additions and 1 deletions
|
@ -4803,7 +4803,7 @@ PNP_GetNextLogConf(
|
||||||
LPBYTE lpData = NULL;
|
LPBYTE lpData = NULL;
|
||||||
CONFIGRET ret = CR_SUCCESS;
|
CONFIGRET ret = CR_SUCCESS;
|
||||||
|
|
||||||
DPRINT("PNP_GetNextLogConf(%p %S %lu %ul %p 0x%08lx)\n",
|
DPRINT("PNP_GetNextLogConf(%p %S %lu %lu %p 0x%08lx)\n",
|
||||||
hBinding, pDeviceID, ulLogConfType, ulCurrentTag, pulNextTag, ulFlags);
|
hBinding, pDeviceID, ulLogConfType, ulCurrentTag, pulNextTag, ulFlags);
|
||||||
|
|
||||||
if (pulNextTag == NULL)
|
if (pulNextTag == NULL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue