[REACTOS] Improve how some ASSERTMSG() message values are printed: enforce ending...
[reactos.git] / ntoskrnl / po / power.c
index 2dee988..c34a660 100644 (file)
@@ -991,7 +991,7 @@ NtSetSystemPowerState(IN POWER_ACTION SystemAction,
         }
 
         /* You should not have made it this far */
-        // ASSERTMSG("System is still up and running?!", FALSE);
+        // ASSERTMSG("System is still up and running?!\n", FALSE);
         DPRINT1("System is still up and running, you may not have chosen a yet supported power option: %u\n", PopAction.Action);
         break;
     }