mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[UMPNPMGR] Fix a typo in a DPRINT line
This commit is contained in:
@@ -4803,7 +4803,7 @@ PNP_GetNextLogConf(
|
||||
LPBYTE lpData = NULL;
|
||||
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);
|
||||
|
||||
if (pulNextTag == NULL)
|
||||
|
||||
Reference in New Issue
Block a user