Sync with trunk r63786.
[reactos.git] / ntoskrnl / po / power.c
index 598b60a..771ad00 100644 (file)
@@ -925,7 +925,7 @@ NtSetSystemPowerState(IN POWER_ACTION SystemAction,
         }
         
         /* You should not have made it this far */
-        ASSERT(FALSE && "System is still up and running?!");
+        ASSERTMSG("System is still up and running?!", FALSE);
         break;
     }