mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
shell32/tests: Fix indentation warning on GCC 6.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e078c97d53
commit
79e95afbc3
1 changed files with 2 additions and 2 deletions
|
@ -871,8 +871,8 @@ static void test_SHCreateSessionKey(void)
|
|||
return;
|
||||
}
|
||||
|
||||
if (0) /* crashes on native */
|
||||
hr = pSHCreateSessionKey(KEY_READ, NULL);
|
||||
if (0) /* crashes on native */
|
||||
hr = pSHCreateSessionKey(KEY_READ, NULL);
|
||||
|
||||
hkey = (HKEY)0xdeadbeef;
|
||||
hr = pSHCreateSessionKey(0, &hkey);
|
||||
|
|
Loading…
Reference in a new issue