Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and...
[reactos.git] / reactos / drivers / bus / pcix / intrface / pmeintf.c
index 6d97f32..ca440fd 100644 (file)
@@ -35,7 +35,7 @@ PciPmeInterfaceInitializer(IN PVOID Instance)
 {
     UNREFERENCED_PARAMETER(Instance);
     /* PnP Interfaces don't get Initialized */
-    ASSERTMSG(FALSE, "PCI PciPmeInterfaceInitializer, unexpected call.");
+    ASSERTMSG("PCI PciPmeInterfaceInitializer, unexpected call.", FALSE);
     return STATUS_UNSUCCESSFUL;
 }