projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc9bd4
)
[SETUPAPI] Fix a typo in CM_Query_Resource_Conflict_List.
author
Eric Kohl
<eric.kohl@reactos.org>
Thu, 6 Jun 2019 17:12:44 +0000
(19:12 +0200)
committer
Eric Kohl
<eric.kohl@reactos.org>
Thu, 6 Jun 2019 17:12:44 +0000
(19:12 +0200)
dll/win32/setupapi/cfgmgr.c
patch
|
blob
|
history
diff --git
a/dll/win32/setupapi/cfgmgr.c
b/dll/win32/setupapi/cfgmgr.c
index
8215d47
..
d33a649
100644
(file)
--- a/
dll/win32/setupapi/cfgmgr.c
+++ b/
dll/win32/setupapi/cfgmgr.c
@@
-6761,7
+6761,7
@@
CM_Query_Resource_Conflict_List(
if (lpDevInst == NULL)
return CR_INVALID_DEVNODE;
- pConflictData = MyMalloc(sizeof(CONFLICT_DATA));
+ pConflictData = MyMalloc(sizeof(
P
CONFLICT_DATA));
if (pConflictData == NULL)
{
ret = CR_OUT_OF_MEMORY;