advapi32: Move the 'const' modifier in front of the storage specifier.

This commit is contained in:
Dmitry Timoshkov 2011-03-14 18:31:40 +08:00 committed by Alexandre Julliard
parent 99109567ad
commit 494ceab83a
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ static void test_FileSecurity(void)
DWORD sdSize;
DWORD retSize;
BYTE *sd;
SECURITY_INFORMATION const request = OWNER_SECURITY_INFORMATION
const SECURITY_INFORMATION request = OWNER_SECURITY_INFORMATION
| GROUP_SECURITY_INFORMATION
| DACL_SECURITY_INFORMATION;