shell32/tests: Fix a typo.
This commit is contained in:
parent
1d7d110f1c
commit
ce78a66d8e
|
@ -1949,7 +1949,7 @@ START_TEST(shlfolder)
|
||||||
if(pSHCreateShellItem)
|
if(pSHCreateShellItem)
|
||||||
test_SHCreateShellItem();
|
test_SHCreateShellItem();
|
||||||
else
|
else
|
||||||
win_skip("test_SHCreateShellItem not present\n");
|
win_skip("SHCreateShellItem not present\n");
|
||||||
|
|
||||||
OleUninitialize();
|
OleUninitialize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue