mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +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
@ -871,7 +871,7 @@ static void test_SHCreateSessionKey(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (0) /* crashes on native */
|
||||
if (0) /* crashes on native */
|
||||
hr = pSHCreateSessionKey(KEY_READ, NULL);
|
||||
|
||||
hkey = (HKEY)0xdeadbeef;
|
||||
|
Loading…
Reference in New Issue
Block a user