From bb6da9c74e7684c7cf0bd636aeb60258c4dfb2e6 Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Fri, 12 Oct 2007 12:19:37 +0000 Subject: [PATCH] - Fix build. svn path=/trunk/; revision=29536 --- reactos/base/system/winlogon/sas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/system/winlogon/sas.c b/reactos/base/system/winlogon/sas.c index b078d5f31eb..d68d409c716 100644 --- a/reactos/base/system/winlogon/sas.c +++ b/reactos/base/system/winlogon/sas.c @@ -324,7 +324,7 @@ CreateLogoffSecurityAttributes( #else /* The following code is no only incomplete, it's a mess and uncompilable */ /* Still, it gives some ideas about data types and functions involved and */ - /* required to set up a SECURITY_DESCRIPTOR for a SECURITY_ATTRIBUTES + /* required to set up a SECURITY_DESCRIPTOR for a SECURITY_ATTRIBUTES */ /* instance for a thread, to allow that thread to ImpersonateLoggedOnUser(). */ /* Specifically THREAD_SET_THREAD_TOKEN is required. */ PSECURITY_DESCRIPTOR psd = 0;