From 1aeb9b9ddd6989d59aca6af8e9d4ae0df70071a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 22 Apr 2014 00:47:24 +0000 Subject: [PATCH] Code formatting. svn path=/trunk/; revision=62862 --- reactos/win32ss/user/winsrv/consrv/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/user/winsrv/consrv/console.c b/reactos/win32ss/user/winsrv/consrv/console.c index 81a39c54e7f..441e07d74de 100644 --- a/reactos/win32ss/user/winsrv/consrv/console.c +++ b/reactos/win32ss/user/winsrv/consrv/console.c @@ -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