mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SETUPAPI] Revert "Fix a typo in CM_Query_Resource_Conflict_List." (#1634)
Previous code was correct.
This reverts commit c47ad98f
.
This commit is contained in:
parent
22064d7787
commit
b13990bd78
1 changed files with 1 additions and 1 deletions
|
@ -6761,7 +6761,7 @@ CM_Query_Resource_Conflict_List(
|
||||||
if (lpDevInst == NULL)
|
if (lpDevInst == NULL)
|
||||||
return CR_INVALID_DEVNODE;
|
return CR_INVALID_DEVNODE;
|
||||||
|
|
||||||
pConflictData = MyMalloc(sizeof(PCONFLICT_DATA));
|
pConflictData = MyMalloc(sizeof(CONFLICT_DATA));
|
||||||
if (pConflictData == NULL)
|
if (pConflictData == NULL)
|
||||||
{
|
{
|
||||||
ret = CR_OUT_OF_MEMORY;
|
ret = CR_OUT_OF_MEMORY;
|
||||||
|
|
Loading…
Reference in a new issue