[HAL]
[reactos.git] / reactos / hal / halppc / generic / pci.c
index c208432..39ecc7c 100644 (file)
@@ -656,7 +656,7 @@ HalpQueryPciRegistryInfo(VOID)
             /* Allocate the return structure */
             PciRegistryInfo = ExAllocatePoolWithTag(NonPagedPool,
                                                     sizeof(PCI_REGISTRY_INFO_INTERNAL),
-                                                    ' laH');
+                                                    TAG_HAL);
             if (!PciRegistryInfo) return NULL;
 
             /* Fill it out */