mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[SETUPAPI] Fix a typo in CM_Query_Resource_Conflict_List.
This commit is contained in:
parent
adc9bd48b7
commit
c47ad98ff7
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(CONFLICT_DATA));
|
pConflictData = MyMalloc(sizeof(PCONFLICT_DATA));
|
||||||
if (pConflictData == NULL)
|
if (pConflictData == NULL)
|
||||||
{
|
{
|
||||||
ret = CR_OUT_OF_MEMORY;
|
ret = CR_OUT_OF_MEMORY;
|
||||||
|
|
Loading…
Reference in a new issue