[SETUPAPI] Fix a typo in CM_Query_Resource_Conflict_List.
authorEric Kohl <eric.kohl@reactos.org>
Thu, 6 Jun 2019 17:12:44 +0000 (19:12 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 6 Jun 2019 17:12:44 +0000 (19:12 +0200)
dll/win32/setupapi/cfgmgr.c

index 8215d47..d33a649 100644 (file)
@@ -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;