Code formatting.

svn path=/trunk/; revision=62862
This commit is contained in:
Hermès Bélusca-Maïto 2014-04-22 00:47:24 +00:00
parent 561cbbb117
commit 1aeb9b9ddd

View file

@ -651,8 +651,8 @@ CSR_API(SrvConsoleNotifyLastClose)
/* Only one process is allowed to be registered for last close notification */
if (!Console->NotifyLastClose)
{
Console->NotifiedLastCloseProcess = ProcessData;
Console->NotifyLastClose = TRUE;
Console->NotifiedLastCloseProcess = ProcessData;
Status = STATUS_SUCCESS;
}
else