diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-07 08:00:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-07 08:00:29 (GMT) |
commit | 65baf6c706d7cfa12cfbc06610f7e9a51c5c81e8 (patch) | |
tree | fab6b64cc01473472c271a5323ce0b8ce84ecfd4 /win/tclWinTest.c | |
parent | fa0f595cf9f339ac2922ffea021e3763df775cb8 (diff) | |
download | tcl-65baf6c706d7cfa12cfbc06610f7e9a51c5c81e8.zip tcl-65baf6c706d7cfa12cfbc06610f7e9a51c5c81e8.tar.gz tcl-65baf6c706d7cfa12cfbc06610f7e9a51c5c81e8.tar.bz2 |
Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-of-line spacing
Diffstat (limited to 'win/tclWinTest.c')
-rw-r--r-- | win/tclWinTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c index aa2c15a..30fc4b4 100644 --- a/win/tclWinTest.c +++ b/win/tclWinTest.c @@ -572,7 +572,7 @@ TestplatformChmod( */ if (set_readOnly == acl_readOnly_found || SetNamedSecurityInfoA( - (LPSTR) nativePath, SE_FILE_OBJECT, + (LPSTR) nativePath, SE_FILE_OBJECT, DACL_SECURITY_INFORMATION /*| PROTECTED_DACL_SECURITY_INFORMATION*/, NULL, NULL, newAcl, NULL) == ERROR_SUCCESS) { res = 0; |