mirror of
https://github.com/reactos/reactos.git
synced 2024-11-24 03:53:31 +08:00
[SETUPAPI] Fix a typo in CM_Query_Resource_Conflict_List.
This commit is contained in:
parent
adc9bd48b7
commit
c47ad98ff7
@ -6761,7 +6761,7 @@ CM_Query_Resource_Conflict_List(
|
||||
if (lpDevInst == NULL)
|
||||
return CR_INVALID_DEVNODE;
|
||||
|
||||
pConflictData = MyMalloc(sizeof(CONFLICT_DATA));
|
||||
pConflictData = MyMalloc(sizeof(PCONFLICT_DATA));
|
||||
if (pConflictData == NULL)
|
||||
{
|
||||
ret = CR_OUT_OF_MEMORY;
|
||||
|
Loading…
Reference in New Issue
Block a user