mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
remove endless loop
svn path=/trunk/; revision=22355
This commit is contained in:
@@ -373,7 +373,6 @@ NtPowerInformation(
|
||||
Status = STATUS_NOT_IMPLEMENTED;
|
||||
DPRINT1("PowerInformationLevel 0x%x is UNIMPLEMENTED! Have a nice day.\n",
|
||||
PowerInformationLevel);
|
||||
for (;;);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user