remove endless loop

svn path=/trunk/; revision=22355
This commit is contained in:
Johannes Anderwald 2006-06-15 11:12:22 +00:00
parent bd98cae02e
commit 5c7452010e

View file

@ -373,7 +373,6 @@ NtPowerInformation(
Status = STATUS_NOT_IMPLEMENTED;
DPRINT1("PowerInformationLevel 0x%x is UNIMPLEMENTED! Have a nice day.\n",
PowerInformationLevel);
for (;;);
break;
}