summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-02 03:50:11 +0000
committerChristopher Faylor <me@cgf.cx>2005-05-02 03:50:11 +0000
commit05726ddd86c1421add510d5e8395cf7e3ac378f3 (patch)
treee7a339d3b7773fee264eb134e3acfb1ca87877f2 /winsup/cygwin/security.h
parentb9b1b38358983f564e48ced1a9a599698e1be36f (diff)
downloadcygnal-05726ddd86c1421add510d5e8395cf7e3ac378f3.tar.gz
cygnal-05726ddd86c1421add510d5e8395cf7e3ac378f3.tar.bz2
cygnal-05726ddd86c1421add510d5e8395cf7e3ac378f3.zip
white space and minor comment cleanup.
Diffstat (limited to 'winsup/cygwin/security.h')
-rw-r--r--winsup/cygwin/security.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h
index d304525a4..292139263 100644
--- a/winsup/cygwin/security.h
+++ b/winsup/cygwin/security.h
@@ -360,7 +360,7 @@ void set_cygwin_privileges (HANDLE token);
#define pop_thread_privilege() \
if (_dup_token) \
{ \
- ImpersonateLoggedOnUser (_token); \
+ ImpersonateLoggedOnUser (_token); \
CloseHandle (_dup_token); \
} \
}